Package org.sonar.plugins.jcl.api.tree
Interface FileTree
- All Superinterfaces:
HasTextRange,JclTree
Top-most
JclTree in a JCL file.-
Nested Class Summary
Nested classes/interfaces inherited from interface org.sonar.plugins.jcl.api.tree.JclTree
JclTree.Kind -
Method Summary
Methods inherited from interface org.sonar.plugins.jcl.api.tree.HasTextRange
textRange
-
Method Details
-
statements
List<StatementTree> statements()- Returns:
- list of top-level statements in the file.
-
eof
SyntaxToken eof()- Returns:
- the token representing the end-of-file.
-