Uses of Interface
org.eclipse.emf.cdo.expressions.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
Modifier and TypeMethodDescriptionExpressionsFactory.createFunctionInvocation()
Returns a new object of class 'Function Invocation'. -
Uses of FunctionInvocation in org.eclipse.emf.cdo.expressions.impl
Modifier and TypeClassDescriptionclass
An implementation of the model object 'Function Invocation'. -
Uses of FunctionInvocation in org.eclipse.emf.cdo.expressions.util
Modifier and TypeMethodDescriptionstatic FunctionInvocation
ExpressionsUtil.construct
(Expression className, Expression... arguments) static FunctionInvocation
ExpressionsUtil.invoke
(Expression name, Expression... arguments) Modifier and TypeMethodDescriptionExpressionsSwitch.caseFunctionInvocation
(FunctionInvocation object) Returns the result of interpreting the object as an instance of 'Function Invocation'.