|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ActualParameter
A representation of a parameter in the USING phrase of a CALL statement.
The following features are supported:
COBOLPackage.getActualParameter()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||