public interface ProcedureDivisionHeader extends ASTNode
The following features are supported:
COBOLPackage.getProcedureDivisionHeader()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getReturning()
Returns the value of the 'Returning' reference.
|
java.util.List |
getUsing()
Returns the value of the 'Using' containment reference list.
|
void |
setReturning(DataItem value)
Sets the value of the '
Returning' reference. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
java.util.List getUsing()
FormalParameter.
The value is the parameters specified in the USING clause.
COBOLPackage.getProcedureDivisionHeader_Using()DataItem getReturning()
The value is the data item specified in the RETURNING clause.
setReturning(DataItem),
COBOLPackage.getProcedureDivisionHeader_Returning()void setReturning(DataItem value)
Returning' reference.
value - the new value of the 'Returning' reference.getReturning()