Uses of Class
joeq.Class.jq_Array

Packages that use jq_Array
joeq.Class   
joeq.Compiler.Analysis.IPA   
joeq.Compiler.BytecodeAnalysis   
joeq.Compiler.Quad   
joeq.Runtime   
 

Uses of jq_Array in joeq.Class
 

Fields in joeq.Class declared as jq_Array
static jq_Array PrimordialClassLoader.AddressArray
           
static jq_Array jq_Array.BOOLEAN_ARRAY
           
static jq_Array jq_Array.BYTE_ARRAY
           
static jq_Array jq_Array.CHAR_ARRAY
           
static jq_Array jq_Array.DOUBLE_ARRAY
           
static jq_Array jq_Array.FLOAT_ARRAY
           
static jq_Array jq_Array.INT_ARRAY
           
static jq_Array jq_Array.LONG_ARRAY
           
static jq_Array jq_Array.OBJECT_ARRAY
           
static jq_Array jq_Array.SHORT_ARRAY
           
 

Methods in joeq.Class that return jq_Array
static jq_Array PrimordialClassLoader.getAddressArray()
           
 jq_Array jq_Type.getArrayTypeForElementType()
           
static jq_Array jq_Array.getPrimitiveArrayType(byte atype)
           
static jq_Array jq_Array.newArray(Utf8 descriptor, ClassLoader classLoader, jq_Type element_type)
           
 

Methods in joeq.Class with parameters of type jq_Array
static byte jq_Array.getTypecode(jq_Array array)
           
 void jq_TypeVisitor.visitArray(jq_Array m)
           
 void jq_TypeVisitor.EmptyVisitor.visitArray(jq_Array m)
           
 

Uses of jq_Array in joeq.Compiler.Analysis.IPA
 

Methods in joeq.Compiler.Analysis.IPA with parameters of type jq_Array
 void ClassInvariantAnalysis.visitArray(jq_Array m)
           
 

Uses of jq_Array in joeq.Compiler.BytecodeAnalysis
 

Methods in joeq.Compiler.BytecodeAnalysis with parameters of type jq_Array
 void LiveRefAnalysis.FirstPassVisitor.visitNEWARRAY(jq_Array f)
           
 void BytecodeVisitor.visitNEWARRAY(jq_Array f)
           
 

Constructors in joeq.Compiler.BytecodeAnalysis with parameters of type jq_Array
Bytecodes.ANEWARRAY(jq_Array a)
           
Bytecodes.NEWARRAY(jq_Array type)
           
 

Uses of jq_Array in joeq.Compiler.Quad
 

Methods in joeq.Compiler.Quad with parameters of type jq_Array
 void BytecodeToQuad.visitNEWARRAY(jq_Array f)
           
 

Uses of jq_Array in joeq.Runtime
 

Methods in joeq.Runtime with parameters of type jq_Array
static Object Arrays.multinewarray_helper(int[] dims, int ind, jq_Array a)
          Allocates a multidimensional array of type a, with dimensions given in dims[ind] to dims[dims.length-1].
 



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