|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExprLogicalBinary
A representation of a binary logical expression.
The following features are supported:
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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
ExprConditional getExpr1()
The value is the first conditional expression.
setExpr1(ExprConditional),
COBOLPackage.getExprLogicalBinary_Expr1()void setExpr1(ExprConditional value)
Expr1' containment reference.
value - the new value of the 'Expr1' containment reference.getExpr1()ExprConditional getExpr2()
The value is the second conditional expression.
setExpr2(ExprConditional),
COBOLPackage.getExprLogicalBinary_Expr2()void setExpr2(ExprConditional value)
Expr2' containment reference.
value - the new value of the 'Expr2' containment reference.getExpr2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||