Methods in joeq.Class that return jq_InstanceMethod |
static jq_InstanceMethod |
jq_FakeInstanceMethod.fakeMethod(jq_Class clazz,
jq_NameAndDesc nd)
|
static jq_InstanceMethod |
jq_FakeInstanceMethod.fakeMethod(jq_Class clazz,
jq_NameAndDesc nd,
boolean create)
|
static jq_InstanceMethod |
jq_FakeInstanceMethod.fakeMethod(jq_Class clazz,
String name,
String desc)
|
jq_InstanceMethod |
jq_Class.generateInstanceMethodStub(jq_NameAndDesc nd,
jq_StaticMethod m,
char access_flags,
char method_idx)
|
jq_InstanceMethod |
jq_ConstantPool.getAsInstanceMethod(char index)
|
jq_InstanceMethod |
jq_Class.getCPasInstanceMethod(char index)
|
jq_InstanceMethod |
jq_Class.getDeclaredInstanceMethod(jq_NameAndDesc nd)
|
jq_InstanceMethod[] |
jq_Class.getDeclaredInstanceMethods()
|
jq_InstanceMethod |
jq_Class.getInstanceMethod(jq_NameAndDesc nd)
|
static jq_InstanceMethod |
jq_Class.getInvokespecialTarget(jq_Class clazz,
jq_InstanceMethod method)
|
jq_InstanceMethod |
jq_Class.getOrCreateInstanceMethod(jq_NameAndDesc nd)
|
jq_InstanceMethod |
jq_Class.getOrCreateInstanceMethod(String name,
String desc)
|
jq_InstanceMethod |
jq_Array.getVirtualMethod(jq_NameAndDesc nd)
|
abstract jq_InstanceMethod |
jq_Reference.getVirtualMethod(jq_NameAndDesc nd)
|
jq_InstanceMethod |
jq_Reference.jq_NullType.getVirtualMethod(jq_NameAndDesc nd)
|
jq_InstanceMethod |
jq_Class.getVirtualMethod(jq_NameAndDesc nd)
|
jq_InstanceMethod[] |
jq_Class.getVirtualMethods()
|
jq_InstanceMethod |
jq_Initializer.resolve1()
|
jq_InstanceMethod |
jq_InstanceMethod.resolve1()
|
Methods in joeq.Runtime with parameters of type jq_InstanceMethod |
static Object |
Reflection.invokeinstance_A(jq_InstanceMethod m,
Object dis)
|
Object |
BasicReflectionImpl.invokeinstance_A(jq_InstanceMethod m,
Object dis)
|
static Object |
Reflection.invokeinstance_A(jq_InstanceMethod m,
Object dis,
Object arg1)
|
Object |
BasicReflectionImpl.invokeinstance_A(jq_InstanceMethod m,
Object dis,
Object arg1)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
int arg2,
long arg3,
int arg4)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
int arg2,
long arg3,
int arg4)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2,
Object arg3)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2,
Object arg3)
|
static void |
Reflection.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2,
Object arg3,
long arg4)
|
void |
BasicReflectionImpl.invokeinstance_V(jq_InstanceMethod m,
Object dis,
Object arg1,
Object arg2,
Object arg3,
long arg4)
|
static boolean |
Reflection.invokeinstance_Z(jq_InstanceMethod m,
Object dis,
Object arg1)
|
boolean |
BasicReflectionImpl.invokeinstance_Z(jq_InstanceMethod m,
Object dis,
Object arg1)
|