public interface InspectConvertingStmt extends InspectStmt
The following features are supported:
COBOLPackage.getInspectConvertingStmt()| 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 |
getConvert()
Returns the value of the 'Convert' containment reference.
|
DataRefOrLiteral |
getConvertTo()
Returns the value of the 'Convert To' containment reference.
|
void |
setConvert(DataRefOrLiteral value)
Sets the value of the '
Convert' containment reference. |
void |
setConvertTo(DataRefOrLiteral value)
Sets the value of the '
Convert To' containment reference. |
getRef, setRefgetBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataRefOrLiteral getConvert()
The value is the data item or literal specified before the TO keyword.
setConvert(DataRefOrLiteral),
COBOLPackage.getInspectConvertingStmt_Convert()void setConvert(DataRefOrLiteral value)
Convert' containment reference.
value - the new value of the 'Convert' containment reference.getConvert()DataRefOrLiteral getConvertTo()
The value is the data item or literal specified after the TO keyword.
setConvertTo(DataRefOrLiteral),
COBOLPackage.getInspectConvertingStmt_ConvertTo()void setConvertTo(DataRefOrLiteral value)
Convert To' containment reference.
value - the new value of the 'Convert To' containment reference.getConvertTo()java.util.List getBeforeOrAfterClauses()
InspectBeforeOrAfterClause.
The list contains the BEFORE or AFTER clauses following the convert to data item or literal.
COBOLPackage.getInspectConvertingStmt_BeforeOrAfterClauses()