Package | Description |
---|---|
org.eclipse.emf.cdo.expressions.impl |
The generated EMF implementation of the CDO expressions model.
|
Modifier and Type | Method and Description |
---|---|
protected InvocationImpl.Invocable |
FunctionInvocationImpl.createConstructor(java.lang.reflect.Constructor<?> constructor) |
protected InvocationImpl.Invocable |
InvocationImpl.createMethod(java.lang.Object object,
java.lang.reflect.Method method) |
protected InvocationImpl.Invocable |
InvocationImpl.selectInvocable(java.util.List<InvocationImpl.Invocable> invocables,
java.lang.Object[] arguments) |
Modifier and Type | Method and Description |
---|---|
protected void |
FunctionInvocationImpl.collectInvocables(EvaluationContext context,
java.lang.String name,
java.util.List<InvocationImpl.Invocable> invocables) |
protected abstract void |
InvocationImpl.collectInvocables(EvaluationContext context,
java.lang.String name,
java.util.List<InvocationImpl.Invocable> invocables) |
protected void |
MemberInvocationImpl.collectInvocables(EvaluationContext context,
java.lang.String name,
java.util.List<InvocationImpl.Invocable> invocables) |
protected void |
InvocationImpl.collectMethods(java.lang.Object object,
java.lang.Class<?> c,
java.lang.String name,
java.util.List<InvocationImpl.Invocable> invocables) |
protected InvocationImpl.Invocable |
InvocationImpl.selectInvocable(java.util.List<InvocationImpl.Invocable> invocables,
java.lang.Object[] arguments) |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html