ujf.verimag.bip.cmodel
Interface CCall

All Superinterfaces:
CBodyItem, CExpression, CStm
All Known Subinterfaces:
CCreator, CFunctionCall
All Known Implementing Classes:
CCallImpl, CCreatorImpl, CFunctionCallImpl

public interface CCall
extends CExpression

A representation of the model object 'CCall'.

The following features are supported:

See Also:
CmodelPackage.getCCall()

Method Summary
 EList getArgument()
          Returns the value of the 'Argument' containment reference list.
 

Method Detail

getArgument

EList getArgument()
Returns the value of the 'Argument' containment reference list. The list contents are of type CExpression.

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

Returns:
the value of the 'Argument' containment reference list.
See Also:
CmodelPackage.getCCall_Argument()