public interface FormalParameter extends ASTNode
The following features are supported:
COBOLPackage.getFormalParameter()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataItem |
getArg()
Returns the value of the 'Arg' reference.
|
FormalParamType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setArg(DataItem value)
Sets the value of the '
Arg' reference. |
void |
setType(FormalParamType value)
Sets the value of the '
Type' attribute. |
getBeginColumn, getBeginFile, getBeginLine, getEndColumn, getEndFile, getEndLine, getParent, getTag, setBeginColumn, setBeginFile, setBeginLine, setEndColumn, setEndFile, setEndLine, setParent, setTagstatic final java.lang.String copyright
DataItem getArg()
The value is the data item specified as the parameter.
setArg(DataItem),
COBOLPackage.getFormalParameter_Arg()void setArg(DataItem value)
Arg' reference.
value - the new value of the 'Arg' reference.getArg()FormalParamType getType()
FormalParamType.
The type is either BY REFERENCE or BY VALUE.
FormalParamType,
setType(FormalParamType),
COBOLPackage.getFormalParameter_Type()void setType(FormalParamType value)
Type' attribute.
value - the new value of the 'Type' attribute.FormalParamType,
getType()