org.eclipse.xtext.util
Class PolymorphicDispatcher.MethodDesc

java.lang.Object
  extended by org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
Enclosing class:
PolymorphicDispatcher<RT>

protected class PolymorphicDispatcher.MethodDesc
extends java.lang.Object


Constructor Summary
protected PolymorphicDispatcher.MethodDesc(java.lang.Object target, java.lang.reflect.Method method)
           
 
Method Summary
 java.lang.Class<?> getDeclaringClass()
           
 java.lang.reflect.Method getMethod()
           
 java.lang.Class<?>[] getParameterTypes()
           
 java.lang.Object getTarget()
           
 boolean isInvokeable(java.util.List<java.lang.Class<?>> paramTypes)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolymorphicDispatcher.MethodDesc

protected PolymorphicDispatcher.MethodDesc(java.lang.Object target,
                                           java.lang.reflect.Method method)
Method Detail

getDeclaringClass

public java.lang.Class<?> getDeclaringClass()

getParameterTypes

public java.lang.Class<?>[] getParameterTypes()

getMethod

public java.lang.reflect.Method getMethod()

getTarget

public java.lang.Object getTarget()

isInvokeable

public boolean isInvokeable(java.util.List<java.lang.Class<?>> paramTypes)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object