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

Interface ExitPerformStmt

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


    public interface ExitPerformStmt
    extends Stmt
    A representation of the model object 'Exit Perform Stmt'.

    The following features are supported:

    See Also:
    COBOLPackage.getExitPerformStmt()
    • Method Detail

      • isCycle

        boolean isCycle()
        Returns the value of the 'Cycle' attribute.

        If the meaning of the 'Cycle' attribute isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Cycle' attribute.
        See Also:
        setCycle(boolean), COBOLPackage.getExitPerformStmt_Cycle()
      • setCycle

        void setCycle(boolean value)
        Sets the value of the 'Cycle' attribute.
        Parameters:
        value - the new value of the 'Cycle' attribute.
        See Also:
        isCycle()