public interface InspectTallyingCharacters extends InspectTallyingComparand
The following features are supported:
COBOLPackage.getInspectTallyingCharacters()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getBeforeOrAfterClauses()
Returns the value of the 'Before Or After Clauses' containment reference list.
|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getBeforeOrAfterClauses()
InspectBeforeOrAfterClause.
The list contains the BEFORE or AFTER clauses.
COBOLPackage.getInspectTallyingCharacters_BeforeOrAfterClauses()