|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExprArithBinary
A representation of a binary arithmetic expression.
The following features are supported:
COBOLPackage.getExprArithBinary()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
Expr |
getArg1()
Returns the value of the 'Arg1' containment reference. |
Expr |
getArg2()
Returns the value of the 'Arg2' containment reference. |
void |
setArg1(Expr value)
Sets the value of the ' Arg1' containment reference. |
void |
setArg2(Expr value)
Sets the value of the ' Arg2' 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 |
|---|
Expr getArg1()
setArg1(Expr),
COBOLPackage.getExprArithBinary_Arg1()void setArg1(Expr value)
Arg1' containment reference.
value - the new value of the 'Arg1' containment reference.getArg1()Expr getArg2()
setArg2(Expr),
COBOLPackage.getExprArithBinary_Arg2()void setArg2(Expr value)
Arg2' containment reference.
value - the new value of the 'Arg2' containment reference.getArg2()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||