Package org.enterprisedomain.classmaker
Class ReflectiveInvocationDelegate
- java.lang.Object
-
- org.eclipse.emf.ecore.util.BasicInvocationDelegate
-
- org.enterprisedomain.classmaker.ReflectiveInvocationDelegate
-
- All Implemented Interfaces:
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
public class ReflectiveInvocationDelegate extends org.eclipse.emf.ecore.util.BasicInvocationDelegate implements org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
-
-
Constructor Summary
Constructors Constructor Description ReflectiveInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object
dynamicInvoke(org.eclipse.emf.ecore.InternalEObject target, org.eclipse.emf.common.util.EList<?> arguments)
-
-
-
Method Detail
-
dynamicInvoke
public java.lang.Object dynamicInvoke(org.eclipse.emf.ecore.InternalEObject target, org.eclipse.emf.common.util.EList<?> arguments) throws java.lang.reflect.InvocationTargetException
- Specified by:
dynamicInvoke
in interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
- Overrides:
dynamicInvoke
in classorg.eclipse.emf.ecore.util.BasicInvocationDelegate
- Throws:
java.lang.reflect.InvocationTargetException
-
-