All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class NET.shudo.moba.reflect.MetaMethod

java.lang.Object
   |
   +----NET.shudo.moba.reflect.MetaMethod

public class MetaMethod
extends Object

Constructor Index

 o MetaMethod(Class, Constructor)
 o MetaMethod(Class, Method)

Method Index

 o access()
 o hashCode()
 o ID()
 o invoke(Object, Object[])
 o methodID(Class, String, String)
 o name()
 o signature()

Constructors

 o MetaMethod
 protected MetaMethod(Class clazz,
                      Method method)
 o MetaMethod
 protected MetaMethod(Class clazz,
                      Constructor method)

Methods

 o name
 public String name()
 o signature
 public String signature()
 o access
 public int access()
 o hashCode
 public int hashCode()
Overrides:
hashCode in class Object
 o ID
 public int ID()
 o methodID
 protected static native int methodID(Class clazz,
                                      String name,
                                      String sig)
 o invoke
 public native void invoke(Object obj,
                           Object args[]) throws IllegalArgumentException

All Packages  Class Hierarchy  This Package  Previous  Next  Index