Package org.sonar.plugins.java.api.tree
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, parent
Methods inherited from interface org.sonar.plugins.java.api.tree.TypeTree
symbolType
-
Method Details
-
annotations
List<AnnotationTree> annotations()- Specified by:
annotations
in interfaceTypeTree
-
queryToken
SyntaxToken queryToken() -
extendsOrSuperToken
-
bound
-