Class TypeParameterTreeImpl
java.lang.Object
org.sonar.java.model.JavaTree
org.sonar.java.model.TypeParameterTreeImpl
- All Implemented Interfaces:
Tree, TypeParameterTree
-
Nested Class Summary
Nested classes/interfaces inherited from class JavaTree
JavaTree.AnnotatedTypeTree, JavaTree.ArrayTypeTreeImpl, JavaTree.CompilationUnitTreeImpl, JavaTree.ImportTreeImpl, JavaTree.NotImplementedTreeImpl, JavaTree.PackageDeclarationTreeImpl, JavaTree.ParameterizedTypeTreeImpl, JavaTree.PrimitiveTypeTreeImpl, JavaTree.UnionTypeTreeImpl, JavaTree.WildcardTreeImpl -
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionTypeParameterTreeImpl(IdentifierTreeImpl identifier) TypeParameterTreeImpl(IdentifierTreeImpl identifier, InternalSyntaxToken extendsToken, QualifiedIdentifierListTreeImpl bounds) -
Method Summary
Methods inherited from class JavaTree
allTokens, firstToken, getChildren, getLine, is, isLeaf, lastToken, parent, setParentMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface Tree
firstToken, is, lastToken, parent
-
Constructor Details
-
TypeParameterTreeImpl
-
TypeParameterTreeImpl
public TypeParameterTreeImpl(IdentifierTreeImpl identifier, @Nullable InternalSyntaxToken extendsToken, QualifiedIdentifierListTreeImpl bounds)
-
-
Method Details
-
accept
-
identifier
- Specified by:
identifierin interfaceTypeParameterTree
-
extendToken
- Specified by:
extendTokenin interfaceTypeParameterTree
-
bounds
- Specified by:
boundsin interfaceTypeParameterTree
-
kind
-
children
-
symbol
- Specified by:
symbolin interfaceTypeParameterTree
-