Uses of Interface
com.android.dx.rop.cst.ConstantPool

Packages that use ConstantPool
com.android.dx.cf.attrib Implementation of containers and utilities for all the standard Java attribute types. 
com.android.dx.cf.code Implementation of classes having to do with Java simulation, such as is needed for verification or stack-to-register conversion. 
com.android.dx.cf.direct Implementation of cf.iface.* based on a direct representation of class files as byte[]s. 
com.android.dx.cf.iface Interfaces and base classes for dealing with class files. 
com.android.dx.rop.cst Interfaces and implementation of things related to the constant pool. 
 

Uses of ConstantPool in com.android.dx.cf.attrib
 

Methods in com.android.dx.cf.attrib that return ConstantPool
 ConstantPool RawAttribute.getPool()
          Gets the constant pool to use for cpi resolution, if any.
 

Constructors in com.android.dx.cf.attrib with parameters of type ConstantPool
RawAttribute(String name, ByteArray data, ConstantPool pool)
          Constructs an instance.
RawAttribute(String name, ByteArray data, int offset, int length, ConstantPool pool)
          Constructs an instance from a sub-array of a ByteArray.
 

Uses of ConstantPool in com.android.dx.cf.code
 

Constructors in com.android.dx.cf.code with parameters of type ConstantPool
BytecodeArray(ByteArray bytes, ConstantPool pool)
          Constructs an instance.
 

Uses of ConstantPool in com.android.dx.cf.direct
 

Methods in com.android.dx.cf.direct that return ConstantPool
 ConstantPool DirectClassFile.getConstantPool()
          Gets the field constant_pool (along with constant_pool_count).
 

Uses of ConstantPool in com.android.dx.cf.iface
 

Methods in com.android.dx.cf.iface that return ConstantPool
 ConstantPool ClassFile.getConstantPool()
          Gets the field constant_pool (along with constant_pool_count).
 

Uses of ConstantPool in com.android.dx.rop.cst
 

Classes in com.android.dx.rop.cst that implement ConstantPool
 class StdConstantPool
          Standard implementation of ConstantPool, which directly stores an array of Constant objects and can be made immutable.
 



Copyright © 2015. All rights reserved.