|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface FormalParameter
A representation of a formal Parameter specified in the USING clause.
The following features are supported:
COBOLPackage.getFormalParameter()| Field Summary | |
|---|---|
static java.lang.String |
copyright
|
| Method Summary | |
|---|---|
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. |
| 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 |
|---|
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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||