public interface InspectTallyingReplacingStmt extends InspectStmt
The following features are supported:
COBOLPackage.getInspectTallyingReplacingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getRef, setRefgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()