Interface StaticStatementTree
- All Superinterfaces:
StatementTree
,Tree
- All Known Implementing Classes:
StaticStatementTreeImpl
Static variable declaration
static variables()
;
-
Nested Class Summary
-
Method Summary
-
Method Details
-
staticToken
SyntaxToken staticToken() -
variables
SeparatedList<VariableDeclarationTree> variables() -
eosToken
SyntaxToken eosToken()
-