Interface FileTree

All Superinterfaces:
HasTextRange, JclTree

@Beta public interface FileTree extends JclTree
Top-most JclTree in a JCL file.
  • Method Details

    • statements

      List<StatementTree> statements()
      Returns:
      list of top-level statements in the file.
    • eof

      Returns:
      the token representing the end-of-file.