public interface FeatureCallParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
Declarator |
getDeclarator()
Returns the value of the 'Declarator' containment reference
|
ParameterList |
getParameterList()
Returns the value of the 'Parameter List' containment reference
|
void |
setDeclarator(Declarator value)
Sets the value of the '
Declarator' containment reference |
void |
setParameterList(ParameterList value)
Sets the value of the '
Parameter List' containment reference |
ParameterList getParameterList()
If the meaning of the 'Parameter List' reference isn't clear, there really should be more of a description here...
setParameterList(ParameterList),
AstPackage.getFeatureCallParameters_ParameterList()void setParameterList(ParameterList value)
Parameter List' containment reference.
value - the new value of the 'Parameter List' containment reference.getParameterList()Declarator getDeclarator()
If the meaning of the 'Declarator' reference isn't clear, there really should be more of a description here...
setDeclarator(Declarator),
AstPackage.getFeatureCallParameters_Declarator()void setDeclarator(Declarator value)
Declarator' containment reference.
value - the new value of the 'Declarator' containment reference.getDeclarator()Copyright © 2005-2016 Progress Software Corporation and/or its subsidiaries and affiliates. All rights reserved.