Interface NameIdentifierTree
-
- All Superinterfaces:
ExpressionTree,IdentifierTree,Tree
- All Known Implementing Classes:
NameIdentifierTreeImpl
public interface NameIdentifierTree extends IdentifierTree
Identifier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringtext()SyntaxTokentoken()
-
-
-
Method Detail
-
token
SyntaxToken token()
- Specified by:
tokenin interfaceIdentifierTree
-
text
String text()
- Specified by:
textin interfaceIdentifierTree
-
-