Class Reflect

java.lang.Object
org.eclipse.emf.common.util.Reflect

public final class Reflect extends Object
A utility class for helping implement reflective capabilities not available with Google Widget Toolkit, i.e., specifically the ability to instance test and to create typed arrays. This is provided in the regular core runtime only to support single sourcing of generated client models that are also targeting the EMF GWT runtime.
Since:
2.7
  • Constructor Details

    • Reflect

      public Reflect()
  • Method Details

    • register

      public static void register(Class<?> class_, Reflect.Helper helper)
      Register a helper for the given class.
    • isInstance

      public static boolean isInstance(Class<?> class_, Object instance)