org.eclipse.emf.common.util
Interface Reflect.Helper

Enclosing class:
Reflect

public static interface Reflect.Helper

An interface implemented by reflective helpers.


Method Summary
 boolean isInstance(java.lang.Object instance)
          Do an instanceof test.
 java.lang.Object newArrayInstance(int size)
          Create a typed array.
 

Method Detail

isInstance

boolean isInstance(java.lang.Object instance)
Do an instanceof test.


newArrayInstance

java.lang.Object newArrayInstance(int size)
Create a typed array.


Copyright 2001-2012 IBM Corporation and others.
All Rights Reserved.