org.eclipse.modisco.omg.gastm
Interface FunctionCallExpression

All Superinterfaces:
Expression, GASTMObject, GASTMSyntaxObject

public interface FunctionCallExpression
extends Expression

A representation of the model object 'Function Call Expression'.

The following features are supported:

See Also:
GASTMPackage.getFunctionCallExpression()
Generated:
Model:

Method Summary
  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.
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.Expression
getExpressionType, setExpressionType
 
Methods inherited from interface org.eclipse.modisco.omg.gastm.GASTMSyntaxObject
getAnnotations, getLocationInfo, getPreProcessorElements, setLocationInfo
 

Method Detail

getCalledFunction

Expression getCalledFunction()
Returns the value of the 'Called Function' containment reference.

If the meaning of the 'Called Function' containment reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Called Function' containment reference.
See Also:
setCalledFunction(Expression), GASTMPackage.getFunctionCallExpression_CalledFunction()
Generated:
Model:
containment="true" required="true"

setCalledFunction

void setCalledFunction(Expression value)
Sets the value of the 'Called Function' containment reference.

Parameters:
value - the new value of the 'Called Function' containment reference.
See Also:
getCalledFunction()
Generated:

getActualParams

 getActualParams()
Returns the value of the 'Actual Params' containment reference list. The list contents are of type ActualParameter.

If the meaning of the 'Actual Params' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Actual Params' containment reference list.
See Also:
GASTMPackage.getFunctionCallExpression_ActualParams()
Generated:
Model:
containment="true"