Class TypeParameterListTreeImpl

java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.ast.parser.ListTreeImpl<TypeParameterTree>
org.sonar.java.ast.parser.TypeParameterListTreeImpl
All Implemented Interfaces:
Iterable<TypeParameterTree>, Collection<TypeParameterTree>, List<TypeParameterTree>, ListTree<TypeParameterTree>, Tree, TypeParameters

public class TypeParameterListTreeImpl extends ListTreeImpl<TypeParameterTree> implements TypeParameters