Uses of Interface
org.eclipse.emf.cdo.expressions.Invocation
- 
Packages that use Invocation Package Description org.eclipse.emf.cdo.expressions The generated EMF API of the CDO expressions model.org.eclipse.emf.cdo.expressions.impl The generated EMF implementation of the CDO expressions model.org.eclipse.emf.cdo.expressions.util The generated EMF utilities of the CDO expressions model.
- 
- 
Uses of Invocation in org.eclipse.emf.cdo.expressionsSubinterfaces of Invocation in org.eclipse.emf.cdo.expressions Modifier and Type Interface Description interfaceFunctionInvocationA representation of the model object 'Function Invocation'.interfaceMemberInvocationA representation of the model object 'Member Invocation'.
- 
Uses of Invocation in org.eclipse.emf.cdo.expressions.implClasses in org.eclipse.emf.cdo.expressions.impl that implement Invocation Modifier and Type Class Description classFunctionInvocationImplAn implementation of the model object 'Function Invocation'.classInvocationImplAn implementation of the model object 'Invocation'.classMemberInvocationImplAn implementation of the model object 'Member Invocation'.
- 
Uses of Invocation in org.eclipse.emf.cdo.expressions.utilMethods in org.eclipse.emf.cdo.expressions.util with parameters of type Invocation Modifier and Type Method Description TExpressionsSwitch. caseInvocation(Invocation object)Returns the result of interpreting the object as an instance of 'Invocation'.
 
-