public interface InspectTallyingAllOrLeadingClause extends ASTNode
The following features are supported:
COBOLPackage.getInspectTallyingAllOrLeadingClause()| 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.
|
DataRefOrLiteral |
getValue()
Returns the value of the 'Value' containment reference.
|
void |
setValue(DataRefOrLiteral value)
Sets the value of the '
Value' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getValue()
The value is the data item or literal specified after the ALL or LEADING keyword.
setValue(DataRefOrLiteral),
COBOLPackage.getInspectTallyingAllOrLeadingClause_Value()void setValue(DataRefOrLiteral value)
Value' containment reference.
value - the new value of the 'Value' containment reference.getValue()java.util.List getBeforeOrAfterClauses()
InspectBeforeOrAfterClause.
The list contains the BEFORE or AFTER clauses following the value data item or literal.
COBOLPackage.getInspectTallyingAllOrLeadingClause_BeforeOrAfterClauses()