Interface ElseStatementTree

All Superinterfaces:
ExplicitStatementTree, HasTextRange, JclTree, StatementTree

@Beta public interface ElseStatementTree extends ExplicitStatementTree
An ELSE statement in an IF/THEN/ELSE/ENDIF statement construct.

See IBM Reference - IF/THEN/ELSE/ENDIF statement construct.

  • Method Details

    • statements

      List<StatementTree> statements()
      Returns:
      the list of statements in the ELSE block.