Interface IdentifierTree

All Superinterfaces:
ExpressionTree, Tree, TypeTree
All Known Implementing Classes:
IdentifierTreeImpl

@Beta public interface IdentifierTree extends ExpressionTree, TypeTree
Identifier expression. JLS 6.5.6.1
   name()
 
Since:
Java 1.3
  • Method Details

    • identifierToken

      SyntaxToken identifierToken()
    • name

      String name()
    • isUnnamedVariable

      boolean isUnnamedVariable()
    • symbol

      Symbol symbol()