Class EolInvocationDelegate
java.lang.Object
org.eclipse.epsilon.ecore.delegates.invocation.EolInvocationDelegate
- All Implemented Interfaces:
org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
,EpsilonInvocationDelegate
An
EpsilonInvocationDelegate
that uses an Eol Operation for execution- Since:
- 2.5
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.epsilon.ecore.delegates.invocation.EpsilonInvocationDelegate
EpsilonInvocationDelegate.Factory
-
Constructor Summary
ConstructorsConstructorDescriptionEolInvocationDelegate
(org.eclipse.emf.ecore.EOperation eOperation, EolOperationDelegateContext delegateContext, InvocationUri uri) -
Method Summary
Modifier and TypeMethodDescriptiondynamicInvoke
(org.eclipse.emf.ecore.InternalEObject target, org.eclipse.emf.common.util.EList<?> arguments) void
reset()
-
Constructor Details
-
EolInvocationDelegate
public EolInvocationDelegate(org.eclipse.emf.ecore.EOperation eOperation, EolOperationDelegateContext delegateContext, InvocationUri uri)
-
-
Method Details
-
dynamicInvoke
public Object dynamicInvoke(org.eclipse.emf.ecore.InternalEObject target, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException - Specified by:
dynamicInvoke
in interfaceorg.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
- Throws:
InvocationTargetException
-
reset
public void reset()- Specified by:
reset
in interfaceEpsilonInvocationDelegate
-