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

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

public interface InspectTallyingAllOrLeadingClause
extends ASTNode

A representation of an ALL or LEADING clause in a TALLYING phrase in an INSPECT statement.

The following features are supported:

See Also:
COBOLPackage.getInspectTallyingAllOrLeadingClause()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getBeforeOrAfterClauses()
          Returns the value of the 'Before Or After Clauses' containment reference list.
 DataRefOrLiteral getValue()
          Returns the value of the 'Value' containment reference.
 void setValue(DataRefOrLiteral value)
          Sets the value of the 'Value' 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

getValue

DataRefOrLiteral getValue()
Returns the value of the 'Value' containment reference.

The value is the data item or literal specified after the ALL or LEADING keyword.

Returns:
the value of the 'Value' containment reference.
See Also:
setValue(DataRefOrLiteral), COBOLPackage.getInspectTallyingAllOrLeadingClause_Value()

setValue

void setValue(DataRefOrLiteral value)
Sets the value of the 'Value' containment reference.

Parameters:
value - the new value of the 'Value' containment reference.
See Also:
getValue()

getBeforeOrAfterClauses

java.util.List getBeforeOrAfterClauses()
Returns the value of the 'Before Or After Clauses' containment reference list. The list contents are of type InspectBeforeOrAfterClause.

The list contains the BEFORE or AFTER clauses following the value data item or literal.

Returns:
the value of the 'Before Or After Clauses' containment reference list.
See Also:
COBOLPackage.getInspectTallyingAllOrLeadingClause_BeforeOrAfterClauses()