Uses of Interface
org.eclipse.modisco.omg.gastm.FunctionCallExpression

Packages that use FunctionCallExpression
org.eclipse.modisco.omg.gastm   
org.eclipse.modisco.omg.gastm.util   
 

Uses of FunctionCallExpression in org.eclipse.modisco.omg.gastm
 

Methods in org.eclipse.modisco.omg.gastm that return FunctionCallExpression
 FunctionCallExpression GASTMFactory.createFunctionCallExpression()
          Returns a new object of class 'Function Call Expression'.
 

Uses of FunctionCallExpression in org.eclipse.modisco.omg.gastm.util
 

Methods in org.eclipse.modisco.omg.gastm.util with parameters of type FunctionCallExpression
 T GASTMSwitch.caseFunctionCallExpression(FunctionCallExpression object)
          Returns the result of interpreting the object as an instance of 'Function Call Expression'.