public interface ActualParameter extends ASTNode
The following features are supported:
COBOLPackage.getActualParameter()| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
DataRefOrLiteral |
getArg()
Returns the value of the 'Arg' containment reference.
|
FileDescriptionEntry |
getFileArg()
Returns the value of the 'File Arg' reference.
|
ActualParamType |
getType()
Returns the value of the 'Type' attribute.
|
void |
setArg(DataRefOrLiteral value)
Sets the value of the '
Arg' containment reference. |
void |
setFileArg(FileDescriptionEntry value)
Sets the value of the '
File Arg' reference. |
void |
setType(ActualParamType 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
DataRefOrLiteral getArg()
The value is the data item or literal that is the parameter. This method returns null if the OMITTED keyword is present, or if the parameter is a file name.
setArg(DataRefOrLiteral),
COBOLPackage.getActualParameter_Arg()void setArg(DataRefOrLiteral value)
Arg' containment reference.
value - the new value of the 'Arg' containment reference.getArg()ActualParamType getType()
ActualParamType.
The value is a representation of BY VALUE, BY REFERENCE, or BY CONTENT.
ActualParamType,
setType(ActualParamType),
COBOLPackage.getActualParameter_Type()void setType(ActualParamType value)
Type' attribute.
value - the new value of the 'Type' attribute.ActualParamType,
getType()FileDescriptionEntry getFileArg()
The value is the file description entry corresponding to the file name. If the parameter is not a file name, the value is null.
setFileArg(FileDescriptionEntry),
COBOLPackage.getActualParameter_FileArg()void setFileArg(FileDescriptionEntry value)
File Arg' reference.
value - the new value of the 'File Arg' reference.getFileArg()