Interface StatementTree

All Superinterfaces:
HasTextRange, JclTree
All Known Subinterfaces:
BaseDdStatementTree, CommandStatementTree, ControlEndStatementTree, ControlStatementTree, DdInStreamStatementTree, DdStatementTree, ElseStatementTree, EndIfStatementTree, ExecStatementTree, ExplicitStatementTree, ExportStatementTree, GenericStatementTree, IfStatementTree, ImplicitDdInStreamStatementTree, IncludeStatementTree, JclLibStatementTree, JobStatementTree, NotifyStatementTree, NullStatementTree, OperationStatementTree, OutputStatementTree, PendStatementTree, ProcStatementTree, ScheduleStatementTree, SetStatementTree, XmitStatementTree

@Beta public interface StatementTree extends JclTree
Base interface for all JCL statements.
  • Method Details

    • nameValue

      @CheckForNull String nameValue()
      Returns:
      the statement name, if it is present.
    • operationValue

      @CheckForNull String operationValue()
      Returns:
      the operation name, if it is present.