|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CallStmt
A representation of a CALL statement in the PROCEDURE division.
The following features are supported:
COBOLPackage.getCallStmt()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
java.util.List |
getNotOnException()
Returns the value of the 'Not On Exception' containment reference list. |
java.util.List |
getOnException()
Returns the value of the 'On Exception' containment reference list. |
java.util.List |
getOnOverflow()
Returns the value of the 'On Overflow' containment reference list. |
DataRefOrLiteral |
getProgram()
Returns the value of the 'Program' containment reference. |
DataRef |
getReturning()
Returns the value of the 'Returning' containment reference. |
java.util.List |
getUsing()
Returns the value of the 'Using' containment reference list. |
boolean |
isEndCallUsed()
Returns the value of the 'End Call Used' attribute. |
void |
setEndCallUsed(boolean value)
Sets the value of the ' End Call Used' attribute. |
void |
setProgram(DataRefOrLiteral value)
Sets the value of the ' Program' containment reference. |
void |
setReturning(DataRef value)
Sets the value of the ' Returning' 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 |
|---|
DataRefOrLiteral getProgram()
The value is the data item or literal after the CALL keyword.
setProgram(DataRefOrLiteral),
COBOLPackage.getCallStmt_Program()void setProgram(DataRefOrLiteral value)
Program' containment reference.
value - the new value of the 'Program' containment reference.getProgram()java.util.List getUsing()
ActualParameter.
The list contains the parameters in the USING phrase.
COBOLPackage.getCallStmt_Using()DataRef getReturning()
The value is the data item in the RETURNING clause.
setReturning(DataRef),
COBOLPackage.getCallStmt_Returning()void setReturning(DataRef value)
Returning' containment reference.
value - the new value of the 'Returning' containment reference.getReturning()java.util.List getOnException()
Stmt.
The list contains the statements in the ON EXCEPTION phrase.
COBOLPackage.getCallStmt_OnException()java.util.List getNotOnException()
Stmt.
The list contains the statements in the NOT ON EXCEPTION phrase.
COBOLPackage.getCallStmt_NotOnException()java.util.List getOnOverflow()
Stmt.
The list contains the statements in the ON OVERFLOW phrase.
COBOLPackage.getCallStmt_OnOverflow()boolean isEndCallUsed()
The value is true if END-CALL is present; false otherwise.
setEndCallUsed(boolean),
COBOLPackage.getCallStmt_EndCallUsed()void setEndCallUsed(boolean value)
End Call Used' attribute.
value - the new value of the 'End Call Used' attribute.isEndCallUsed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||