Interface GlobalStatementTree
-
- All Superinterfaces:
StatementTree,Tree
- All Known Implementing Classes:
GlobalStatementTreeImpl
public interface GlobalStatementTree extends StatementTree
Global variable declarationglobal
variables();
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SyntaxTokeneosToken()SyntaxTokenglobalToken()SeparatedList<VariableTree>variables()
-
-
-
Method Detail
-
globalToken
SyntaxToken globalToken()
-
variables
SeparatedList<VariableTree> variables()
Members can be:
-
eosToken
SyntaxToken eosToken()
-
-