| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
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. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
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()