Uses of Class
joeq.Class.jq_InstanceMethod

Packages that use jq_InstanceMethod
joeq.Class   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
joeq.Interpreter   
joeq.Runtime   
joeq.Util.Templates   
 

Uses of jq_InstanceMethod in joeq.Class
 

Subclasses of jq_InstanceMethod in joeq.Class
 class jq_FakeInstanceMethod
           
 class jq_Initializer
           
 

Fields in joeq.Class declared as jq_InstanceMethod
static jq_InstanceMethod jq_Method._compile
           
 

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.Class with parameters of type jq_InstanceMethod
static jq_InstanceMethod jq_Class.getInvokespecialTarget(jq_Class clazz, jq_InstanceMethod method)
           
 void jq_InstanceMethod.overriddenBy(jq_InstanceMethod that)
           
 void jq_Class.setDeclaredInstanceMethods(jq_InstanceMethod[] dim)
           
 void jq_MethodVisitor.visitInstanceMethod(jq_InstanceMethod m)
           
 void jq_MethodVisitor.EmptyVisitor.visitInstanceMethod(jq_InstanceMethod m)
           
 

Uses of jq_InstanceMethod in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis that return jq_InstanceMethod
 jq_InstanceMethod Bytecodes.jq_ReturnAddressType.getVirtualMethod(jq_NameAndDesc nd)
           
 jq_InstanceMethod BytecodeVisitor.tryResolve(jq_InstanceMethod m)
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_InstanceMethod
static CallTargets CallTargets.getSpecialTargets(jq_Class callingClass, jq_InstanceMethod method, boolean loadClasses)
           
 jq_InstanceMethod BytecodeVisitor.tryResolve(jq_InstanceMethod m)
           
 

Uses of jq_InstanceMethod in joeq.Compiler.Quad
 

Methods in joeq.Compiler.Quad that return jq_InstanceMethod
 jq_InstanceMethod BytecodeToQuad.jq_ReturnAddressType.getVirtualMethod(jq_NameAndDesc nd)
           
 

Uses of jq_InstanceMethod in joeq.Interpreter
 

Methods in joeq.Interpreter with parameters of type jq_InstanceMethod
 QuadInterpreter QuadInterpreter.invokeInstanceReflective(jq_InstanceMethod f, Operand.ParamListOperand plo)
           
 

Uses of jq_InstanceMethod in joeq.Runtime
 

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)
           
 

Uses of jq_InstanceMethod in joeq.Util.Templates
 

Methods in joeq.Util.Templates that return jq_InstanceMethod
 jq_InstanceMethod List.jq_InstanceMethod.getInstanceMethod(int index)
           
 jq_InstanceMethod ListIterator.jq_InstanceMethod.nextInstanceMethod()
           
 jq_InstanceMethod ListIterator.jq_InstanceMethod.previousInstanceMethod()
           
 



Copyright © 2001-2008 John Whaley. All Rights Reserved.