Uses of Class
joeq.Class.jq_StaticMethod

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

Uses of jq_StaticMethod in joeq.Class
 

Subclasses of jq_StaticMethod in joeq.Class
 class jq_ClassInitializer
           
 class jq_FakeStaticMethod
           
 

Methods in joeq.Class that return jq_StaticMethod
static jq_StaticMethod jq_FakeStaticMethod.fakeMethod(jq_Class clazz, jq_NameAndDesc nd)
           
static jq_StaticMethod jq_FakeStaticMethod.fakeMethod(jq_Class clazz, jq_NameAndDesc nd, boolean create)
           
static jq_StaticMethod jq_FakeStaticMethod.fakeMethod(jq_Class clazz, String name, String desc)
           
 jq_StaticMethod jq_Class.generateStaticMethodStub(jq_NameAndDesc nd, jq_StaticMethod m, char access_flags, char classfield_idx, char method_idx)
           
 jq_StaticMethod jq_ConstantPool.getAsStaticMethod(char index)
           
 jq_StaticMethod jq_Class.getCPasStaticMethod(char index)
           
 jq_StaticMethod jq_Class.getDeclaredStaticMethod(jq_NameAndDesc nd)
           
 jq_StaticMethod[] jq_Class.getDeclaredStaticMethods()
           
 jq_StaticMethod jq_Class.getOrCreateStaticMethod(jq_NameAndDesc nd)
           
 jq_StaticMethod jq_Class.getOrCreateStaticMethod(String name, String desc)
           
 jq_StaticMethod jq_Class.getStaticMethod(jq_NameAndDesc nd)
           
 jq_StaticMethod[] jq_Class.getStaticMethods()
           
 jq_StaticMethod jq_ClassInitializer.resolve1()
           
 jq_StaticMethod jq_StaticMethod.resolve1()
           
 

Methods in joeq.Class with parameters of type jq_StaticMethod
 jq_InstanceMethod jq_Class.generateInstanceMethodStub(jq_NameAndDesc nd, jq_StaticMethod m, char access_flags, char method_idx)
           
 jq_StaticMethod jq_Class.generateStaticMethodStub(jq_NameAndDesc nd, jq_StaticMethod m, char access_flags, char classfield_idx, char method_idx)
           
 void jq_Class.setDeclaredStaticMethods(jq_StaticMethod[] dsm)
           
 void jq_MethodVisitor.visitStaticMethod(jq_StaticMethod m)
           
 void jq_MethodVisitor.EmptyVisitor.visitStaticMethod(jq_StaticMethod m)
           
 

Uses of jq_StaticMethod in joeq.Compiler
 

Methods in joeq.Compiler that return jq_StaticMethod
 jq_StaticMethod CompilerInterface.getInvokeinterfaceLinkMethod()
           
 jq_StaticMethod CompilerInterface.getInvokespecialLinkMethod()
           
 jq_StaticMethod CompilerInterface.getInvokestaticLinkMethod()
           
 

Uses of jq_StaticMethod in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis that return jq_StaticMethod
 jq_StaticMethod BytecodeVisitor.tryResolve(jq_StaticMethod m)
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_StaticMethod
static CallTargets.SingleCallTarget CallTargets.getStaticTargets(jq_StaticMethod method)
           
 jq_StaticMethod BytecodeVisitor.tryResolve(jq_StaticMethod m)
           
 

Uses of jq_StaticMethod in joeq.Interpreter
 

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

Uses of jq_StaticMethod in joeq.Runtime
 

Fields in joeq.Runtime declared as jq_StaticMethod
static jq_StaticMethod TypeCheck._arrayStoreCheck
           
static jq_StaticMethod TypeCheck._checkcast
           
static jq_StaticMethod TypeCheck._instance_of
           
static jq_StaticMethod MathSupport._ldiv
           
static jq_StaticMethod MathSupport._lmul
           
static jq_StaticMethod MathSupport._lrem
           
static jq_StaticMethod Arrays._multinewarray
           
 

Methods in joeq.Runtime with parameters of type jq_StaticMethod
static Object Reflection.invokestatic_A(jq_StaticMethod m)
           
 Object BasicReflectionImpl.invokestatic_A(jq_StaticMethod m)
           
static int Reflection.invokestatic_I(jq_StaticMethod m)
           
 int BasicReflectionImpl.invokestatic_I(jq_StaticMethod m)
           
static long Reflection.invokestatic_J(jq_StaticMethod m)
           
 long BasicReflectionImpl.invokestatic_J(jq_StaticMethod m)
           
static void Reflection.invokestatic_V(jq_StaticMethod m)
           
 void BasicReflectionImpl.invokestatic_V(jq_StaticMethod m)
           
static void Reflection.invokestatic_V(jq_StaticMethod m, Object arg1)
           
 void BasicReflectionImpl.invokestatic_V(jq_StaticMethod m, Object arg1)
           
 

Uses of jq_StaticMethod in joeq.Util.Templates
 

Methods in joeq.Util.Templates that return jq_StaticMethod
 jq_StaticMethod List.jq_StaticMethod.getStaticMethod(int index)
           
 jq_StaticMethod ListIterator.jq_StaticMethod.nextStaticMethod()
           
 jq_StaticMethod ListIterator.jq_StaticMethod.previousStaticMethod()
           
 



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