Uses of Class
joeq.Class.jq_StaticField

Packages that use jq_StaticField
joeq.Class   
joeq.ClassLib.Common   
joeq.Compiler.Analysis.FlowInsensitive   
joeq.Compiler.Analysis.Primitive   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
joeq.Memory   
joeq.Runtime   
 

Uses of jq_StaticField in joeq.Class
 

Methods in joeq.Class that return jq_StaticField
 jq_StaticField jq_ConstantPool.getAsStaticField(char index)
           
 jq_StaticField jq_Class.getCPasStaticField(char index)
           
 jq_StaticField jq_Class.getDeclaredStaticField(jq_NameAndDesc nd)
           
 jq_StaticField[] jq_Class.getDeclaredStaticFields()
           
 jq_StaticField jq_Class.getOrCreateStaticField(jq_NameAndDesc nd)
           
 jq_StaticField jq_Class.getOrCreateStaticField(String name, String desc)
           
 jq_StaticField jq_Class.getStaticField(jq_NameAndDesc nd)
           
 jq_StaticField[] jq_Class.getStaticFields()
           
 jq_StaticField jq_StaticField.resolve1()
           
 

Methods in joeq.Class with parameters of type jq_StaticField
 void jq_StaticField.load(jq_StaticField that)
           
 void jq_Class.setDeclaredStaticFields(jq_StaticField[] dsf)
           
 void jq_Class.setStaticData(jq_StaticField sf, Address data)
           
 void jq_Class.setStaticData(jq_StaticField sf, double data)
           
 void jq_Class.setStaticData(jq_StaticField sf, float data)
           
 void jq_Class.setStaticData(jq_StaticField sf, int data)
           
 void jq_Class.setStaticData(jq_StaticField sf, long data)
           
 void jq_Class.setStaticData(jq_StaticField sf, Object data)
           
 void jq_FieldVisitor.visitStaticField(jq_StaticField m)
           
 void jq_FieldVisitor.EmptyVisitor.visitStaticField(jq_StaticField m)
           
 

Uses of jq_StaticField in joeq.ClassLib.Common
 

Methods in joeq.ClassLib.Common with parameters of type jq_StaticField
 Object NullInterfaceImpl.NullObjectTraverser.mapStaticField(jq_StaticField f)
           
 

Uses of jq_StaticField in joeq.Compiler.Analysis.FlowInsensitive
 

Methods in joeq.Compiler.Analysis.FlowInsensitive with parameters of type jq_StaticField
static MethodSummary.PlaceholderNode MethodSummary.PlaceholderNode.get(jq_StaticField f)
           
 

Uses of jq_StaticField in joeq.Compiler.Analysis.Primitive
 

Methods in joeq.Compiler.Analysis.Primitive with parameters of type jq_StaticField
static PrimitiveMethodSummary.PlaceholderNode PrimitiveMethodSummary.PlaceholderNode.get(jq_StaticField f)
           
 

Uses of jq_StaticField in joeq.Compiler.BytecodeAnalysis
 

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

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_StaticField
 jq_StaticField BytecodeVisitor.tryResolve(jq_StaticField m)
           
 void StackDepthVisitor.visitAGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitAGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitAGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitAGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitAPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitAPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitAPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitAPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitBGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitBGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitBGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitBGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitBPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitBPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitBPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitBPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitCGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitCGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitCGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitCGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitCPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitCPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitCPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitCPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitDGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitDGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitDGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitDGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitDPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitDPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitDPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitDPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitFGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitFGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitFGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitFGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitFPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitFPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitFPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitFPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitIGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitIGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitIGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitIGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitIPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitIPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitIPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitIPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitLGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitLGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitLGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitLGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitLPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitLPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitLPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitLPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitSGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitSGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitSGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitSGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitSPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitSPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitSPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitSPUTSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitZGETSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitZGETSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitZGETSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitZGETSTATIC(jq_StaticField f)
           
 void StackDepthVisitor.visitZPUTSTATIC(jq_StaticField f)
           
 void ModRefAnalysis.visitZPUTSTATIC(jq_StaticField f)
           
 void LiveRefAnalysis.FirstPassVisitor.visitZPUTSTATIC(jq_StaticField f)
           
 void BytecodeVisitor.visitZPUTSTATIC(jq_StaticField f)
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type jq_StaticField
Bytecodes.GETSTATIC(jq_StaticField f)
           
Bytecodes.PUTSTATIC(jq_StaticField f)
           
 

Uses of jq_StaticField in joeq.Compiler.Quad
 

Methods in joeq.Compiler.Quad with parameters of type jq_StaticField
 void BytecodeToQuad.visitAGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitAPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitBGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitBPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitCGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitCPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitDGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitDPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitFGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitFPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitIGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitIPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitLGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitLPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitSGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitSPUTSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitZGETSTATIC(jq_StaticField f)
           
 void BytecodeToQuad.visitZPUTSTATIC(jq_StaticField f)
           
 

Uses of jq_StaticField in joeq.Memory
 

Fields in joeq.Memory declared as jq_StaticField
static jq_StaticField StackAddress._FACTORY
           
static jq_StaticField CodeAddress._FACTORY
           
static jq_StaticField HeapAddress._FACTORY
           
 

Uses of jq_StaticField in joeq.Runtime
 

Fields in joeq.Runtime declared as jq_StaticField
static jq_StaticField BasicReflectionImpl._declaredFieldsCache
           
static jq_StaticField MathSupport._maxint
           
static jq_StaticField MathSupport._maxlong
           
static jq_StaticField MathSupport._minint
           
static jq_StaticField MathSupport._minlong
           
static jq_StaticField Reflection._obj_trav
           
 

Methods in joeq.Runtime with parameters of type jq_StaticField
static Object Reflection.getstatic_A(jq_StaticField f)
           
 Object BasicReflectionImpl.getstatic_A(jq_StaticField f)
           
static byte Reflection.getstatic_B(jq_StaticField f)
           
 byte BasicReflectionImpl.getstatic_B(jq_StaticField f)
           
static char Reflection.getstatic_C(jq_StaticField f)
           
 char BasicReflectionImpl.getstatic_C(jq_StaticField f)
           
static double Reflection.getstatic_D(jq_StaticField f)
           
 double BasicReflectionImpl.getstatic_D(jq_StaticField f)
           
static float Reflection.getstatic_F(jq_StaticField f)
           
 float BasicReflectionImpl.getstatic_F(jq_StaticField f)
           
static int Reflection.getstatic_I(jq_StaticField f)
           
 int BasicReflectionImpl.getstatic_I(jq_StaticField f)
           
static long Reflection.getstatic_L(jq_StaticField f)
           
 long BasicReflectionImpl.getstatic_L(jq_StaticField f)
           
static Address Reflection.getstatic_P(jq_StaticField f)
           
 Address BasicReflectionImpl.getstatic_P(jq_StaticField f)
           
static short Reflection.getstatic_S(jq_StaticField f)
           
 short BasicReflectionImpl.getstatic_S(jq_StaticField f)
           
static boolean Reflection.getstatic_Z(jq_StaticField f)
           
 boolean BasicReflectionImpl.getstatic_Z(jq_StaticField f)
           
 Object ObjectTraverser.getStaticFieldValue(jq_StaticField f)
           
abstract  Object ObjectTraverser.mapStaticField(jq_StaticField f)
           
static void Reflection.putstatic_A(jq_StaticField f, Object v)
           
 void BasicReflectionImpl.putstatic_A(jq_StaticField f, Object v)
           
static void Reflection.putstatic_B(jq_StaticField f, byte v)
           
 void BasicReflectionImpl.putstatic_B(jq_StaticField f, byte v)
           
static void Reflection.putstatic_C(jq_StaticField f, char v)
           
 void BasicReflectionImpl.putstatic_C(jq_StaticField f, char v)
           
static void Reflection.putstatic_D(jq_StaticField f, double v)
           
 void BasicReflectionImpl.putstatic_D(jq_StaticField f, double v)
           
static void Reflection.putstatic_F(jq_StaticField f, float v)
           
 void BasicReflectionImpl.putstatic_F(jq_StaticField f, float v)
           
static void Reflection.putstatic_I(jq_StaticField f, int v)
           
 void BasicReflectionImpl.putstatic_I(jq_StaticField f, int v)
           
static void Reflection.putstatic_L(jq_StaticField f, long v)
           
 void BasicReflectionImpl.putstatic_L(jq_StaticField f, long v)
           
static void Reflection.putstatic_P(jq_StaticField f, Address v)
           
 void BasicReflectionImpl.putstatic_P(jq_StaticField f, Address v)
           
static void Reflection.putstatic_S(jq_StaticField f, short v)
           
 void BasicReflectionImpl.putstatic_S(jq_StaticField f, short v)
           
static void Reflection.putstatic_Z(jq_StaticField f, boolean v)
           
 void BasicReflectionImpl.putstatic_Z(jq_StaticField f, boolean v)
           
 void ObjectTraverser.putStaticFieldValue(jq_StaticField f, Object o)
           
 



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