Package org.eclipse.emf.common.util
Interface Reflect.Helper
- Enclosing class:
Reflect
public static interface Reflect.Helper
An interface implemented by reflective helpers.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanisInstance(Object instance) Do aninstanceof test.newArrayInstance(int size) Create atyped array.
-
Method Details
-
isInstance
Do aninstanceof test. -
newArrayInstance
Create atyped array.
-