Interface ConstantDeclarationTree
-
- All Superinterfaces:
StatementTree,Tree
- All Known Implementing Classes:
ConstantDeclarationTreeImpl
public interface ConstantDeclarationTree extends StatementTree
Constants declarationconst
declarations();
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokenconstToken()SeparatedList<VariableDeclarationTree>declarations()SyntaxTokeneosToken()
-
-
-
Method Detail
-
constToken
SyntaxToken constToken()
-
declarations
SeparatedList<VariableDeclarationTree> declarations()
-
eosToken
SyntaxToken eosToken()
-
-