Interface IdentifierTree
-
- All Superinterfaces:
ExpressionTree,Tree
- All Known Subinterfaces:
NameIdentifierTree,VariableIdentifierTree
- All Known Implementing Classes:
NameIdentifierTreeImpl,VariableIdentifierTreeImpl
public interface IdentifierTree extends ExpressionTree
Common interface to represent all kinds of identifiers.name_identifier$variable_identifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtext()SyntaxTokentoken()
-
-
-
Method Detail
-
token
SyntaxToken token()
-
text
String text()
-
-