ExpressionTree
, Tree
, TypeTree
IdentifierTreeImpl
@Beta public interface IdentifierTree extends ExpressionTree, TypeTree
name()
Modifier and Type | Method | Description |
---|---|---|
SyntaxToken |
identifierToken() |
|
String |
name() |
|
Symbol |
symbol() |
symbolType
accept, firstToken, is, kind, lastToken, parent
annotations, symbolType
SyntaxToken identifierToken()
String name()
Symbol symbol()
Copyright © 2012–2018 SonarSource. All rights reserved.