Uses of Interface
org.eclipse.emf.cdo.expressions.FunctionInvocation
Packages that use FunctionInvocation
Package
Description
The generated EMF API of the CDO expressions model.
The generated EMF implementation of the CDO expressions model.
The generated EMF utilities of the CDO expressions model.
-
Uses of FunctionInvocation in org.eclipse.emf.cdo.expressions
Methods in org.eclipse.emf.cdo.expressions that return FunctionInvocationModifier and TypeMethodDescriptionExpressionsFactory.createFunctionInvocation()
Returns a new object of class 'Function Invocation'. -
Uses of FunctionInvocation in org.eclipse.emf.cdo.expressions.impl
Classes in org.eclipse.emf.cdo.expressions.impl that implement FunctionInvocationModifier and TypeClassDescriptionclass
An implementation of the model object 'Function Invocation'.Methods in org.eclipse.emf.cdo.expressions.impl that return FunctionInvocation -
Uses of FunctionInvocation in org.eclipse.emf.cdo.expressions.util
Methods in org.eclipse.emf.cdo.expressions.util that return FunctionInvocationModifier and TypeMethodDescriptionstatic FunctionInvocation
ExpressionsUtil.construct
(Expression className, Expression... arguments) static FunctionInvocation
ExpressionsUtil.invoke
(Expression name, Expression... arguments) Methods in org.eclipse.emf.cdo.expressions.util with parameters of type FunctionInvocationModifier and TypeMethodDescriptionExpressionsSwitch.caseFunctionInvocation
(FunctionInvocation object) Returns the result of interpreting the object as an instance of 'Function Invocation'.