public interface InspectReplacingCharactersBy extends InspectReplacingClause
The following features are supported:
COBOLPackage.getInspectReplacingCharactersBy()| 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 |
getReplaceBy()
Returns the value of the 'Replace By' containment reference.
|
void |
setReplaceBy(DataRefOrLiteral value)
Sets the value of the '
Replace By' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getReplaceBy()
The value is the data item or literal specified after the BY keyword.
setReplaceBy(DataRefOrLiteral),
COBOLPackage.getInspectReplacingCharactersBy_ReplaceBy()void setReplaceBy(DataRefOrLiteral value)
Replace By' containment reference.
value - the new value of the 'Replace By' containment reference.getReplaceBy()java.util.List getBeforeOrAfterClauses()
InspectBeforeOrAfterClause.
The list contains the BEFORE or AFTER clauses following the replace by data item or literal.
COBOLPackage.getInspectReplacingCharactersBy_BeforeOrAfterClauses()