|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface InspectTallyingReplacingStmt
A representation of an INSPECT statement with TALLYING and REPLACING phrases.
The following features are supported:
COBOLPackage.getInspectTallyingReplacingStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getReplacingClauses()
Returns the value of the 'Replacing Clauses' containment reference list. |
java.util.List |
getTallyingClauses()
Returns the value of the 'Tallying 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 |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
java.util.List getTallyingClauses()
InspectTallyingClause.
The list contains the clauses in the TALLYING phrase.
COBOLPackage.getInspectTallyingReplacingStmt_TallyingClauses()java.util.List getReplacingClauses()
InspectReplacingClause.
The list contains the clauses in the REPLACING phrase.
COBOLPackage.getInspectTallyingReplacingStmt_ReplacingClauses()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||