Interface WildcardTree
- All Known Implementing Classes:
JavaTree.WildcardTreeImpl
Wildcard type argument.
JLS 4.5.1
?
Tree.Kind.EXTENDS_WILDCARD:
? extends bound()
Tree.Kind.SUPER_WILDCARD:
? super bound()
- Since:
- Java 1.5
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.Tree
accept, firstToken, is, kind, lastToken, parentMethods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
symbolType
-
Method Details
-
annotations
List<AnnotationTree> annotations()- Specified by:
annotationsin interfaceTypeTree
-
queryToken
SyntaxToken queryToken() -
extendsOrSuperToken
-
bound
-