| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
java.util.List |
getClauses()
Returns the value of the 'Clauses' containment reference list.
|
DataRef |
getInto()
Returns the value of the 'Into' containment reference.
|
java.util.List |
getNotOnOverflow()
Returns the value of the 'Not On Overflow' containment reference list.
|
java.util.List |
getOnOverflow()
Returns the value of the 'On Overflow' containment reference list.
|
DataRef |
getWithPointer()
Returns the value of the 'With Pointer' containment reference.
|
boolean |
isEndStringUsed()
Returns the value of the 'End String Used' attribute.
|
void |
setEndStringUsed(boolean value)
Sets the value of the '
End String Used' attribute. |
void |
setInto(DataRef value)
Sets the value of the '
Into' containment reference. |
void |
setWithPointer(DataRef value)
Sets the value of the '
With Pointer' containment reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getClauses()
StringClause.
The list contains the sending fields.
COBOLPackage.getStringStmt_Clauses()DataRef getInto()
The value is the data item specified after the INTO keyword.
setInto(DataRef),
COBOLPackage.getStringStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()DataRef getWithPointer()
The value is the data item specified after the WITH POINTER keywords.
setWithPointer(DataRef),
COBOLPackage.getStringStmt_WithPointer()void setWithPointer(DataRef value)
With Pointer' containment reference.
value - the new value of the 'With Pointer' containment reference.getWithPointer()java.util.List getOnOverflow()
Stmt.
The list contains the statements in the ON OVERFLOW phrase.
COBOLPackage.getStringStmt_OnOverflow()java.util.List getNotOnOverflow()
Stmt.
The list contains the statements in the NOT ON OVERFLOW phrase.
COBOLPackage.getStringStmt_NotOnOverflow()boolean isEndStringUsed()
The value is true if END-STRING is present; false otherwise.
setEndStringUsed(boolean),
COBOLPackage.getStringStmt_EndStringUsed()void setEndStringUsed(boolean value)
End String Used' attribute.
value - the new value of the 'End String Used' attribute.isEndStringUsed()