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, parentsymbolTypeList<AnnotationTree> annotations()
annotations in interface TypeTreeSyntaxToken queryToken()
@Nullable SyntaxToken extendsOrSuperToken()
Copyright © 2012–2018 SonarSource. All rights reserved.