@Beta public interface WildcardTree extends Tree
?
Tree.Kind.EXTENDS_WILDCARD
:
? extends bound()
Tree.Kind.SUPER_WILDCARD
:
? super bound()
Modifier and Type | Method and Description |
---|---|
List<AnnotationTree> |
annotations() |
TypeTree |
bound() |
SyntaxToken |
extendsOrSuperToken() |
SyntaxToken |
queryToken() |
List<AnnotationTree> annotations()
SyntaxToken queryToken()
@Nullable SyntaxToken extendsOrSuperToken()
Copyright © 2012–2017 SonarSource. All rights reserved.