public interface InspectTallyingStmt extends InspectStmt
The following features are supported:
COBOLPackage.getInspectTallyingStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getClauses()
Returns the value of the '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 getClauses()
InspectTallyingClause.
The list contains the clauses in the TALLYING clause.
COBOLPackage.getInspectTallyingStmt_Clauses()