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

All Superinterfaces:
ASTNode, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface InspectTallyingClause
extends ASTNode

A representation of the TALLYING phrase in an INSPECT statement.

The following features are supported:

See Also:
COBOLPackage.getInspectTallyingClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getComparands()
          Returns the value of the 'Comparands' containment reference list.
 DataRef getCountIn()
          Returns the value of the 'Count In' containment reference.
 void setCountIn(DataRef value)
          Sets the value of the 'Count In' 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

getCountIn

DataRef getCountIn()
Returns the value of the 'Count In' containment reference.

The value is the data item specified before the FOR keyword.

Returns:
the value of the 'Count In' containment reference.
See Also:
setCountIn(DataRef), COBOLPackage.getInspectTallyingClause_CountIn()

setCountIn

void setCountIn(DataRef value)
Sets the value of the 'Count In' containment reference.

Parameters:
value - the new value of the 'Count In' containment reference.
See Also:
getCountIn()

getComparands

java.util.List getComparands()
Returns the value of the 'Comparands' containment reference list. The list contents are of type InspectTallyingComparand.

The list represents the TALLYING phrase after the FOR keyword.

Returns:
the value of the 'Comparands' containment reference list.
See Also:
COBOLPackage.getInspectTallyingClause_Comparands()