Interface ProcStatementTree

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

@Beta public interface ProcStatementTree extends OperationStatementTree
A PROC statement.

See IBM Reference - PROC statement.

  • Method Details

    • statements

      List<StatementTree> statements()
      Returns:
      list of statements in the procedure.
    • pendStatement

      @CheckForNull PendStatementTree pendStatement()
      Returns:
      the PEND statement of the procedure, if it is present