Uses of Package
com.android.dx.rop.type

Packages that use com.android.dx.rop.type
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.dex.code   
com.android.dx.dex.file   
com.android.dx.rop.code Classes relating to a register-based opcode system. 
com.android.dx.rop.cst Interfaces and implementation of things related to the constant pool. 
com.android.dx.rop.type Implementation of classes that represent types (classes or primitives). 
com.android.dx.ssa   
 

Classes in com.android.dx.rop.type used by com.android.dx.cf.attrib
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.cf.code
Prototype
          Representation of a method descriptor.
StdTypeList
          Standard implementation of TypeList.
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeBearer
          Object which has an associated type, possibly itself.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.cf.direct
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.cf.iface
Prototype
          Representation of a method descriptor.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.dex.code
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
 

Classes in com.android.dx.rop.type used by com.android.dx.dex.file
Prototype
          Representation of a method descriptor.
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.rop.code
Prototype
          Representation of a method descriptor.
StdTypeList
          Standard implementation of TypeList.
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeBearer
          Object which has an associated type, possibly itself.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.rop.cst
Prototype
          Representation of a method descriptor.
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeBearer
          Object which has an associated type, possibly itself.
 

Classes in com.android.dx.rop.type used by com.android.dx.rop.type
Prototype
          Representation of a method descriptor.
StdTypeList
          Standard implementation of TypeList.
Type
          Representation of a value type, such as may appear in a field, in a local, on a stack, or in a method descriptor.
TypeBearer
          Object which has an associated type, possibly itself.
TypeList
          List of Type instances (or of things that contain types).
 

Classes in com.android.dx.rop.type used by com.android.dx.ssa
TypeBearer
          Object which has an associated type, possibly itself.
 



Copyright © 2015. All rights reserved.