public interface ReturnStmt extends Stmt
The following features are supported:
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getReturnStmt()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
FileDescriptionEntry getFile()
setFile(FileDescriptionEntry),
com.ibm.etools.cobol.application.model.cobol.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),
com.ibm.etools.cobol.application.model.cobol.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.
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getReturnStmt_AtEnd()java.util.List getNotAtEnd()
Stmt.
The list contains the statements in the NOT AT END clause.
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getReturnStmt_NotAtEnd()boolean isEndReturnUsed()
The value is true if END-RETURN is used; false otherwise.
setEndReturnUsed(boolean),
com.ibm.etools.cobol.application.model.cobol.COBOLPackage#getReturnStmt_EndReturnUsed()void setEndReturnUsed(boolean value)
End Return Used' attribute.
value - the new value of the 'End Return Used' attribute.isEndReturnUsed()