Interface EndIfStatementTree

All Superinterfaces:
ExplicitStatementTree, HasTextRange, JclTree, StatementTree

@Beta public interface EndIfStatementTree extends ExplicitStatementTree
An ENDIF statement in a IF/THEN/ELSE/ENDIF statement.

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