|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ReturnStmt
A representation of a RETURN statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getReturnStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getAtEnd()
Returns the value of the 'At End' containment reference list. |
FileDescriptionEntry |
getFile()
Returns the value of the 'File' reference. |
DataRef |
getInto()
Returns the value of the 'Into' containment reference. |
java.util.List |
getNotAtEnd()
Returns the value of the 'Not At End' containment reference list. |
boolean |
isEndReturnUsed()
Returns the value of the 'End Return Used' attribute. |
void |
setEndReturnUsed(boolean value)
Sets the value of the ' End Return Used' attribute. |
void |
setFile(FileDescriptionEntry value)
Sets the value of the ' File' reference. |
void |
setInto(DataRef value)
Sets the value of the ' Into' 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 |
|---|
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
COBOLPackage.getReturnStmt_File()void setFile(FileDescriptionEntry value)
File' reference.
value - the new value of the 'File' reference.getFile()DataRef getInto()
The value is the data item in the INTO clause.
setInto(DataRef),
COBOLPackage.getReturnStmt_Into()void setInto(DataRef value)
Into' containment reference.
value - the new value of the 'Into' containment reference.getInto()java.util.List getAtEnd()
Stmt.
The list contains the statements in the AT END clause.
COBOLPackage.getReturnStmt_AtEnd()java.util.List getNotAtEnd()
Stmt.
The list contains the statements in the NOT AT END clause.
COBOLPackage.getReturnStmt_NotAtEnd()boolean isEndReturnUsed()
The value is true if END-RETURN is used; false otherwise.
setEndReturnUsed(boolean),
COBOLPackage.getReturnStmt_EndReturnUsed()void setEndReturnUsed(boolean value)
End Return Used' attribute.
value - the new value of the 'End Return Used' attribute.isEndReturnUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||