java.lang.Object
de.mirkosertic.bytecoder.classlib.java.lang.reflect.TExecutable
public class TExecutable
extends Object
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
TExecutable
public TExecutable()
-
Method Details
-
toGenericString
public String toGenericString()
-
getParameterTypes
public Class[] getParameterTypes()
-
getGenericParameterTypes
public Type[] getGenericParameterTypes()
-
getGenericReturnType
public Type getGenericReturnType()
-
getReturnType
public Class getReturnType()
-
getParameterCount
public int getParameterCount()
-
getExceptionTypes
public Class[] getExceptionTypes()