|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface StringStmt
A representation of a STRING statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getStringStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from interface com.ibm.etools.cobol.application.model.cobol.ASTNode |
|---|
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTag |
| Methods inherited from interface org.eclipse.emf.ecore.EObject |
|---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset |
| Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
|---|
eAdapters, eDeliver, eNotify, eSetDeliver |
| Field Detail |
|---|
static final java.lang.String copyright
| Method Detail |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||