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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, Expr, ExprArithmetic, org.eclipse.emf.common.notify.Notifier
All Known Subinterfaces:
ExprArithAdd, ExprArithDivide, ExprArithExpo, ExprArithMultiply, ExprArithSubtract

public interface ExprArithBinary
extends ExprArithmetic

A representation of a binary arithmetic expression.

The following features are supported:

See Also:
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

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Method Detail

getArg1

Expr getArg1()
Returns the value of the 'Arg1' containment reference.

Returns:
the value of the 'Arg1' containment reference.
See Also:
setArg1(Expr), COBOLPackage.getExprArithBinary_Arg1()

setArg1

void setArg1(Expr value)
Sets the value of the 'Arg1' containment reference.

Parameters:
value - the new value of the 'Arg1' containment reference.
See Also:
getArg1()

getArg2

Expr getArg2()
Returns the value of the 'Arg2' containment reference.

Returns:
the value of the 'Arg2' containment reference.
See Also:
setArg2(Expr), COBOLPackage.getExprArithBinary_Arg2()

setArg2

void setArg2(Expr value)
Sets the value of the 'Arg2' containment reference.

Parameters:
value - the new value of the 'Arg2' containment reference.
See Also:
getArg2()