org.eclipse.xtend.backend.util
Class ReflectionHelper

java.lang.Object
  extended by org.eclipse.xtend.backend.util.ReflectionHelper

public final class ReflectionHelper
extends java.lang.Object

Author:
Arno Haase (http://www.haase-consulting.com)

Constructor Summary
ReflectionHelper()
           
 
Method Summary
static java.lang.reflect.Method getKnownMethod(java.lang.Class<?> cls, java.lang.String name, java.lang.Class<?>... paramTypes)
          retrieve a well-known method from a class, disregarding any thrown exceptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReflectionHelper

public ReflectionHelper()
Method Detail

getKnownMethod

public static java.lang.reflect.Method getKnownMethod(java.lang.Class<?> cls,
                                                      java.lang.String name,
                                                      java.lang.Class<?>... paramTypes)
retrieve a well-known method from a class, disregarding any thrown exceptions