Searched defs:Method (Results 1 – 3 of 3) sorted by relevance
24 public interface Method interface
44 typedef struct Method Method; typedef472 struct Method { struct489 * Method bounds; not needed for an abstract method. argument502 * Method prototype descriptor string (return and argument types). argument509 DexProto prototype;512 const char* shorty;521 const u2* insns; /* instructions, in memory-mapped .dex */524 int jniArgInfo;533 DalvikBridgeFunc nativeFunc;540 const RegisterMap* registerMap;[all …]
50 public final class Method extends AccessibleObject implements GenericDeclaration, Member { class89 /*package*/ Method(Method orig) { in Method() method in Method99 …private Method(Class<?> declaring, Class<?>[] paramTypes, Class<?>[] exceptTypes, Class<?> returnT… in Method() method in Method