|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface UnstringStmt
A representation of an UNSTRING statement in the PROCEDURE division.
The following features are supported:
RefDelimited ClauseInto ClausesWith PointerTallying InOn OverflowNot On OverflowEnd Unstring Used
COBOLPackage.getUnstringStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
UnstringDelimitedClause |
getDelimitedClause()
Returns the value of the 'Delimited Clause' containment reference. |
java.util.List |
getIntoClauses()
Returns the value of the 'Into Clauses' containment reference list. |
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 |
getRef()
Returns the value of the 'Ref' containment reference. |
DataRef |
getTallyingIn()
Returns the value of the 'Tallying In' containment reference. |
DataRef |
getWithPointer()
Returns the value of the 'With Pointer' containment reference. |
boolean |
isEndUnstringUsed()
Returns the value of the 'End Unstring Used' attribute. |
void |
setDelimitedClause(UnstringDelimitedClause value)
Sets the value of the ' Delimited Clause' containment reference. |
void |
setEndUnstringUsed(boolean value)
Sets the value of the ' End Unstring Used' attribute. |
void |
setRef(DataRef value)
Sets the value of the ' Ref' containment reference. |
void |
setTallyingIn(DataRef value)
Sets the value of the ' Tallying In' 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 |
|---|
DataRef getRef()
The value is the sending field.
setRef(DataRef),
COBOLPackage.getUnstringStmt_Ref()void setRef(DataRef value)
Ref' containment reference.
value - the new value of the 'Ref' containment reference.getRef()UnstringDelimitedClause getDelimitedClause()
setDelimitedClause(UnstringDelimitedClause),
COBOLPackage.getUnstringStmt_DelimitedClause()void setDelimitedClause(UnstringDelimitedClause value)
Delimited Clause' containment reference.
value - the new value of the 'Delimited Clause' containment reference.getDelimitedClause()java.util.List getIntoClauses()
UnstringIntoClause.
COBOLPackage.getUnstringStmt_IntoClauses()DataRef getWithPointer()
The value is the data item in the WITH POINTER clause.
setWithPointer(DataRef),
COBOLPackage.getUnstringStmt_WithPointer()void setWithPointer(DataRef value)
With Pointer' containment reference.
value - the new value of the 'With Pointer' containment reference.getWithPointer()DataRef getTallyingIn()
The value is the data item in the TALLYING IN clause.
setTallyingIn(DataRef),
COBOLPackage.getUnstringStmt_TallyingIn()void setTallyingIn(DataRef value)
Tallying In' containment reference.
value - the new value of the 'Tallying In' containment reference.getTallyingIn()java.util.List getOnOverflow()
Stmt.
The list contains the statement in the ON OVERFLOW clause.
COBOLPackage.getUnstringStmt_OnOverflow()java.util.List getNotOnOverflow()
Stmt.
The list contains the statements in the NOT ON OVERFLOW clause.
COBOLPackage.getUnstringStmt_NotOnOverflow()boolean isEndUnstringUsed()
The value is true if END-UNSTRING is present; false otherwise.
setEndUnstringUsed(boolean),
COBOLPackage.getUnstringStmt_EndUnstringUsed()void setEndUnstringUsed(boolean value)
End Unstring Used' attribute.
value - the new value of the 'End Unstring Used' attribute.isEndUnstringUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||