com.ibm.etools.cobol.application.model.cobol
Interface ExprLogicalBinary

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, Expr, ExprComplexCond, ExprConditional, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ExprLogicalAnd, ExprLogicalOr

public interface ExprLogicalBinary
extends ExprComplexCond

A representation of a binary logical expression.

The following features are supported:

See Also:
COBOLPackage.getExprLogicalBinary()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 ExprConditional getExpr1()
          Returns the value of the 'Expr1' containment reference.
 ExprConditional getExpr2()
          Returns the value of the 'Expr2' containment reference.
 void setExpr1(ExprConditional value)
          Sets the value of the 'Expr1' containment reference.
 void setExpr2(ExprConditional value)
          Sets the value of the 'Expr2' containment reference.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getExpr1

ExprConditional getExpr1()
Returns the value of the 'Expr1' containment reference.

The value is the first conditional expression.

Returns:
the value of the 'Expr1' containment reference.
See Also:
setExpr1(ExprConditional), COBOLPackage.getExprLogicalBinary_Expr1()

setExpr1

void setExpr1(ExprConditional value)
Sets the value of the 'Expr1' containment reference.

Parameters:
value - the new value of the 'Expr1' containment reference.
See Also:
getExpr1()

getExpr2

ExprConditional getExpr2()
Returns the value of the 'Expr2' containment reference.

The value is the second conditional expression.

Returns:
the value of the 'Expr2' containment reference.
See Also:
setExpr2(ExprConditional), COBOLPackage.getExprLogicalBinary_Expr2()

setExpr2

void setExpr2(ExprConditional value)
Sets the value of the 'Expr2' containment reference.

Parameters:
value - the new value of the 'Expr2' containment reference.
See Also:
getExpr2()