Interface ControlStatementTree

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

@Beta public interface ControlStatementTree extends OperationStatementTree
A CNTL statement.

See IBM Reference - CNTL statement.

  • Method Details

    • statements

      List<StatementTree> statements()
      Returns:
      list of statements within the control statement.
    • controlEndStatement

      ControlEndStatementTree controlEndStatement()
      Returns:
      the ENDCNTL statement.