JavaTree.WildcardTreeImpl
@Beta public interface WildcardTree extends TypeTree
?
Tree.Kind.EXTENDS_WILDCARD
:
? extends bound()
Tree.Kind.SUPER_WILDCARD
:
? super bound()
Modifier and Type | Method | Description |
---|---|---|
List<AnnotationTree> |
annotations() |
|
TypeTree |
bound() |
|
SyntaxToken |
extendsOrSuperToken() |
|
SyntaxToken |
queryToken() |
accept, firstToken, is, kind, lastToken, parent
symbolType
List<AnnotationTree> annotations()
annotations
in interface TypeTree
SyntaxToken queryToken()
@Nullable SyntaxToken extendsOrSuperToken()
Copyright © 2012–2018 SonarSource. All rights reserved.