Interface IdentifierTree
- All Superinterfaces:
ExpressionTree
,Tree
,TypeTree
- All Known Implementing Classes:
IdentifierTreeImpl
Identifier expression.
JLS 6.5.6.1
name()
- Since:
- Java 1.3
-
Nested Class Summary
-
Method Summary
Methods inherited from interface org.sonar.plugins.java.api.tree.ExpressionTree
asConstant, asConstant, symbolType
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
annotations, symbolType
-
Method Details
-
identifierToken
SyntaxToken identifierToken() -
name
String name() -
isUnnamedVariable
boolean isUnnamedVariable() -
symbol
Symbol symbol()
-