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
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate

    org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate.Factory
  • Constructor Summary

    Constructors
    Constructor
    Description
    ReflectiveInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    dynamicInvoke(org.eclipse.emf.ecore.InternalEObject target, org.eclipse.emf.common.util.EList<?> arguments)
     

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ReflectiveInvocationDelegate

      public ReflectiveInvocationDelegate(org.eclipse.emf.ecore.EOperation operation)
  • 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 interface org.eclipse.emf.ecore.EOperation.Internal.InvocationDelegate
      Overrides:
      dynamicInvoke in class org.eclipse.emf.ecore.util.BasicInvocationDelegate
      Throws:
      InvocationTargetException