| 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.
|
| Modifier and Type | Method and Description |
|---|---|
FunctionInvocation |
ExpressionsFactory.createFunctionInvocation()
Returns a new object of class 'Function Invocation'
|
| Modifier and Type | Class and Description |
|---|---|
class |
FunctionInvocationImpl
An implementation of the model object 'Function Invocation'
|
| Modifier and Type | Method and Description |
|---|---|
FunctionInvocation |
ExpressionsFactoryImpl.createFunctionInvocation() |
| Modifier and Type | Method and Description |
|---|---|
static FunctionInvocation |
ExpressionsUtil.construct(Expression className,
Expression... arguments) |
static FunctionInvocation |
ExpressionsUtil.invoke(Expression name,
Expression... arguments) |
| Modifier and Type | Method and Description |
|---|---|
T |
ExpressionsSwitch.caseFunctionInvocation(FunctionInvocation object)
Returns the result of interpreting the object as an instance of 'Function Invocation'
|
Copyright (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.