org.eclipse.xtext.util
Class PolymorphicDispatcher.MethodDesc
java.lang.Object
   org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
org.eclipse.xtext.util.PolymorphicDispatcher.MethodDesc
- Enclosing class:
- PolymorphicDispatcher<RT>
- protected class PolymorphicDispatcher.MethodDesc 
- extends java.lang.Object
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
PolymorphicDispatcher.MethodDesc
protected PolymorphicDispatcher.MethodDesc(java.lang.Object target,
                                           java.lang.reflect.Method method)
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:
- toStringin class- java.lang.Object
 
-