com.ibm.etools.cobol.application.model.cobol

Interface CBLProcessStmt

  • All Superinterfaces:
    ASTNode, CompilerDirectingStmt, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier


    public interface CBLProcessStmt
    extends CompilerDirectingStmt
    A representation of a CBL (PROCESS) compiler-directing statement.

    The following features are supported:

    See Also:
    COBOLPackage.getCBLProcessStmt()
    • Method Detail

      • getCompilerOptions

        java.util.List getCompilerOptions()
        Returns the value of the 'Compiler Options' containment reference list. The list contents are of type CompilerOption.

        Returns:
        the value of the 'Compiler Options' containment reference list.
        See Also:
        COBOLPackage.getCBLProcessStmt_CompilerOptions()