public interface InspectTallyingClause extends ASTNode
The following features are supported:
COBOLPackage.getInspectTallyingClause()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getComparands()
Returns the value of the 'Comparands' containment reference list.
|
DataRef |
getCountIn()
Returns the value of the 'Count In' containment reference.
|
void |
setCountIn(DataRef value)
Sets the value of the '
Count In' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRef getCountIn()
The value is the data item specified before the FOR keyword.
setCountIn(DataRef),
COBOLPackage.getInspectTallyingClause_CountIn()void setCountIn(DataRef value)
Count In' containment reference.
value - the new value of the 'Count In' containment reference.getCountIn()java.util.List getComparands()
InspectTallyingComparand.
The list represents the TALLYING phrase after the FOR keyword.
COBOLPackage.getInspectTallyingClause_Comparands()