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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Stmt
All Known Subinterfaces:
AddCorrStmt, AddStmt, AddToGivingStmt, AddToStmt, ComputeStmt, DivideByGivingRemainderStmt, DivideByGivingSimpleStmt, DivideByGivingStmt, DivideIntoGivingRemainderStmt, DivideIntoGivingSimpleStmt, DivideIntoGivingStmt, DivideIntoSimpleStmt, DivideStmt, MultiplyByGivingStmt, MultiplyByStmt, MultiplyStmt, SubtractCorrStmt, SubtractFromGivingStmt, SubtractFromStmt, SubtractStmt

public interface ArithStmt
extends Stmt

A representation of an arithmetic statement in the PROCEDURE division.

The following features are supported:

See Also:
COBOLPackage.getArithStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getNotOnSizeError()
          Returns the value of the 'Not On Size Error' containment reference list.
 java.util.List getOnSizeError()
          Returns the value of the 'On Size Error' containment reference list.
 
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

getOnSizeError

java.util.List getOnSizeError()
Returns the value of the 'On Size Error' containment reference list. The list contents are of type Stmt.

The list contains the statements specified in the ON SIZE ERROR clause.

Returns:
the value of the 'On Size Error' containment reference list.
See Also:
COBOLPackage.getArithStmt_OnSizeError()

getNotOnSizeError

java.util.List getNotOnSizeError()
Returns the value of the 'Not On Size Error' containment reference list. The list contents are of type Stmt.

The list contains the statements specified in the NOT ON SIZE ERROR clause.

Returns:
the value of the 'Not On Size Error' containment reference list.
See Also:
COBOLPackage.getArithStmt_NotOnSizeError()