Interface GenericStatementTree

All Superinterfaces:
ExplicitStatementTree, HasTextRange, JclTree, OperationStatementTree, StatementTree

@Beta public interface GenericStatementTree extends OperationStatementTree
A generic JCL statement, statements that are not recognized as a specific operation.
These statements usually represent a JCL command statement, for example:
  //   DISPLAY TS,LIST
  // F NETVIEW,CLOSE IMMED
 
See IBM Reference - JCL command statement.