Uses of Class
joeq.Class.jq_Reference

Packages that use jq_Reference
joeq.Class   
joeq.ClassLib   
joeq.Compiler.Analysis.FlowInsensitive   
joeq.Compiler.Analysis.IPA   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
joeq.Memory   
joeq.Runtime   
joeq.Util.Templates   
 

Uses of jq_Reference in joeq.Class
 

Subclasses of jq_Reference in joeq.Class
 class jq_Array
           
 class jq_Class
          jq_Class
static class jq_Reference.jq_NullType
           
 

Fields in joeq.Class declared as jq_Reference
protected  jq_Reference[] jq_Type.s_s_array
          A reference to the secondary subtype array for this type.
static jq_Reference[] jq_Array.s_s_array_cache
           
 

Methods in joeq.Class that return jq_Reference
 jq_Reference jq_Array.getDirectPrimarySupertype()
           
abstract  jq_Reference jq_Reference.getDirectPrimarySupertype()
           
 jq_Reference jq_Reference.jq_NullType.getDirectPrimarySupertype()
           
 jq_Reference jq_Class.getDirectPrimarySupertype()
           
static jq_Reference jq_Reference.getTypeOf(Object o)
           
 

Uses of jq_Reference in joeq.ClassLib
 

Methods in joeq.ClassLib that return jq_Reference
static jq_Reference ClassLibInterface.convertClassLibCPEntry(jq_Reference t)
           
 

Methods in joeq.ClassLib with parameters of type jq_Reference
static jq_Reference ClassLibInterface.convertClassLibCPEntry(jq_Reference t)
           
 

Uses of jq_Reference in joeq.Compiler.Analysis.FlowInsensitive
 

Methods in joeq.Compiler.Analysis.FlowInsensitive that return jq_Reference
 jq_Reference MethodSummary.HeapObject.getDeclaredType()
           
abstract  jq_Reference MethodSummary.Node.getDeclaredType()
          Return the declared type of this node.
 jq_Reference MethodSummary.CheckCastNode.getDeclaredType()
           
 jq_Reference MethodSummary.ConcreteTypeNode.getDeclaredType()
           
 jq_Reference MethodSummary.ConcreteObjectNode.getDeclaredType()
           
 jq_Reference MethodSummary.UnknownTypeNode.getDeclaredType()
           
 jq_Reference MethodSummary.PlaceholderNode.getDeclaredType()
           
abstract  jq_Reference MethodSummary.OutsideNode.getDeclaredType()
           
 jq_Reference MethodSummary.GlobalNode.getDeclaredType()
           
 jq_Reference MethodSummary.ReturnValueNode.getDeclaredType()
           
 jq_Reference MethodSummary.ThrownExceptionNode.getDeclaredType()
           
 jq_Reference MethodSummary.ParamNode.getDeclaredType()
           
 jq_Reference MethodSummary.FieldNode.getDeclaredType()
           
 

Methods in joeq.Compiler.Analysis.FlowInsensitive with parameters of type jq_Reference
static MethodSummary.PlaceholderNode MethodSummary.PlaceholderNode.get(jq_Member m, String s, jq_Reference type)
           
static MethodSummary.ParamNode MethodSummary.ParamNode.get(jq_Method m, int n, jq_Reference declaredType)
           
static MethodSummary.ConcreteTypeNode MethodSummary.ConcreteTypeNode.get(jq_Reference type)
           
static MethodSummary.UnknownTypeNode MethodSummary.UnknownTypeNode.get(jq_Reference type)
           
static MethodSummary.CheckCastNode MethodSummary.CheckCastNode.get(jq_Reference dstType, ProgramLocation q)
           
static MethodSummary.ConcreteTypeNode MethodSummary.ConcreteTypeNode.get(jq_Reference type, ProgramLocation q)
           
static MethodSummary.ConcreteTypeNode MethodSummary.ConcreteTypeNode.get(jq_Reference type, ProgramLocation q, Integer opn)
           
static MethodSummary.FakeParamNode MethodSummary.FakeParamNode.getFake(jq_Method m, int n, jq_Reference declaredType)
           
 

Uses of jq_Reference in joeq.Compiler.Analysis.IPA
 

Methods in joeq.Compiler.Analysis.IPA that return jq_Reference
 jq_Reference PAResults.getType(int v)
           
 jq_Reference CollectionFinder.getType(net.sf.javabdd.TypedBDDFactory.TypedBDD types)
           
 

Methods in joeq.Compiler.Analysis.IPA with parameters of type jq_Reference
 void ObjectCreationGraph.addEdge(jq_Reference c1, MethodSummary.Node n, jq_Reference c2)
           
 void ObjectCreationGraph.addEdge(jq_Reference c1, ProgramLocation pl, jq_Reference c2)
           
 

Uses of jq_Reference in joeq.Compiler.BytecodeAnalysis
 

Subclasses of jq_Reference in joeq.Compiler.BytecodeAnalysis
static class Bytecodes.jq_ReturnAddressType
           
 

Methods in joeq.Compiler.BytecodeAnalysis that return jq_Reference
 jq_Reference Bytecodes.jq_ReturnAddressType.getDirectPrimarySupertype()
           
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_Reference
static CallTargets CallTargets.getTargets(jq_Class callingClass, jq_Method method, byte type, jq_Reference receiverType, boolean exact, boolean loadClasses)
           
 

Uses of jq_Reference in joeq.Compiler.Quad
 

Subclasses of jq_Reference in joeq.Compiler.Quad
static class BytecodeToQuad.jq_ReturnAddressType
           
 

Methods in joeq.Compiler.Quad that return jq_Reference
 jq_Reference BytecodeToQuad.jq_ReturnAddressType.getDirectPrimarySupertype()
           
 jq_Reference Operand.AConstOperand.getType()
           
 jq_Reference Operand.PConstOperand.getType()
           
 

Uses of jq_Reference in joeq.Memory
 

Methods in joeq.Memory that return jq_Reference
 jq_Reference HeapAddress.asReferenceType()
           
 

Uses of jq_Reference in joeq.Runtime
 

Methods in joeq.Runtime that return jq_Reference
static jq_Reference Reflection.getTypeOf(Object o)
           
 jq_Reference BasicReflectionImpl.getTypeOf(Object o)
           
 

Methods in joeq.Runtime with parameters of type jq_Reference
static Class Reflection.getJDKType(jq_Reference c)
           
 Class BasicReflectionImpl.getJDKType(jq_Reference c)
           
 

Uses of jq_Reference in joeq.Util.Templates
 

Methods in joeq.Util.Templates that return jq_Reference
 jq_Reference List.jq_Reference.getReference(int index)
           
 jq_Reference UnmodifiableList.jq_Class.getReference(int index)
           
 jq_Reference ListIterator.jq_Reference.nextReference()
           
 jq_Reference ListIterator.jq_Reference.previousReference()
           
 



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