public interface FunctionCallExpression extends Expression
The following features are supported:
GASTMPackage.getFunctionCallExpression()| Modifier and Type | Method and Description |
|---|---|
|
getActualParams()
Returns the value of the 'Actual Params' containment reference list.
|
Expression |
getCalledFunction()
Returns the value of the 'Called Function' containment reference.
|
void |
setCalledFunction(Expression value)
Sets the value of the '
Called Function' containment reference. |
getExpressionType, setExpressionTypegetAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfoExpression getCalledFunction()
If the meaning of the 'Called Function' containment reference isn't clear, there really should be more of a description here...
setCalledFunction(Expression),
GASTMPackage.getFunctionCallExpression_CalledFunction()void setCalledFunction(Expression value)
Called Function' containment reference.
value - the new value of the 'Called Function' containment reference.getCalledFunction()getActualParams()
ActualParameter.
If the meaning of the 'Actual Params' containment reference list isn't clear, there really should be more of a description here...
GASTMPackage.getFunctionCallExpression_ActualParams()