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 SyntaxToken
constToken()
SeparatedList<VariableDeclarationTree>
declarations()
SyntaxToken
eosToken()
-
-
-
Method Detail
-
constToken
SyntaxToken constToken()
-
declarations
SeparatedList<VariableDeclarationTree> declarations()
-
eosToken
SyntaxToken eosToken()
-
-