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

Interface Expr88Cond

  • All Superinterfaces:
    ASTNode, org.eclipse.emf.ecore.EObject, Expr, ExprConditional, ExprSimpleCond, org.eclipse.emf.common.notify.Notifier


    public interface Expr88Cond
    extends ExprSimpleCond
    A representation of a level 88 conditional.

    The following features are supported:

    See Also:
    COBOLPackage.getExpr88Cond()
    • Method Detail

      • getRef88

        Level88ItemRef getRef88()
        Returns the value of the 'Ref88' containment reference.

        The value is the level 88 condition.

        Returns:
        the value of the 'Ref88' containment reference.
        See Also:
        setRef88(Level88ItemRef), COBOLPackage.getExpr88Cond_Ref88()
      • setRef88

        void setRef88(Level88ItemRef value)
        Sets the value of the 'Ref88' containment reference.
        Parameters:
        value - the new value of the 'Ref88' containment reference.
        See Also:
        getRef88()