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

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

public interface InspectTallyingStmt
extends InspectStmt

A representation of an INSPECT statement with a TALLYING clause.

The following features are supported:

See Also:
COBOLPackage.getInspectTallyingStmt()

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.util.List getClauses()
          Returns the value of the 'Clauses' containment reference list.
 
Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.InspectStmt
getRef, setRef
 
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

getClauses

java.util.List getClauses()
Returns the value of the 'Clauses' containment reference list. The list contents are of type InspectTallyingClause.

The list contains the clauses in the TALLYING clause.

Returns:
the value of the 'Clauses' containment reference list.
See Also:
COBOLPackage.getInspectTallyingStmt_Clauses()