Uses of Class
com.android.dx.util.FixedSizeList

Packages that use FixedSizeList
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.iface Interfaces and base classes for dealing with class files. 
com.android.dx.dex.code   
com.android.dx.rop.annotation   
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.util Utility classes for class file access/manipulation. 
 

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

Subclasses of FixedSizeList in com.android.dx.cf.attrib
 class InnerClassList
          List of "inner class" entries, which are the contents of InnerClasses attributes.
 

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

Subclasses of FixedSizeList in com.android.dx.cf.code
 class ByteBlockList
          List of ByteBlock instances.
 class ByteCatchList
          List of catch entries, that is, the elements of an "exception table," which is part of a standard Code attribute.
 class LineNumberList
          List of "line number" entries, which are the contents of LineNumberTable attributes.
 class LocalVariableList
          List of "local variable" entries, which are the contents of LocalVariableTable and LocalVariableTypeTable attributes, as well as combinations of the two.
 

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

Subclasses of FixedSizeList in com.android.dx.cf.iface
 class StdAttributeList
          Standard implementation of AttributeList, which directly stores an array of Attribute objects and can be made immutable.
 class StdFieldList
          Standard implementation of FieldList, which directly stores an array of Field objects and can be made immutable.
 class StdMethodList
          Standard implementation of MethodList, which directly stores an array of Method objects and can be made immutable.
 

Uses of FixedSizeList in com.android.dx.dex.code
 

Subclasses of FixedSizeList in com.android.dx.dex.code
 class CatchHandlerList
          Ordered list of (exception type, handler address) entries.
 class CatchTable
          Table of catch entries.
 class DalvInsnList
          List of DalvInsn instances.
 class LocalList
          List of local variables.
 class PositionList
          List of source position entries.
 

Uses of FixedSizeList in com.android.dx.rop.annotation
 

Subclasses of FixedSizeList in com.android.dx.rop.annotation
 class AnnotationsList
          List of Annotations instances.
 

Uses of FixedSizeList in com.android.dx.rop.code
 

Subclasses of FixedSizeList in com.android.dx.rop.code
 class BasicBlockList
          List of BasicBlock instances.
 class InsnList
          List of Insn instances.
 class RegisterSpecList
          List of RegisterSpec instances.
 

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

Subclasses of FixedSizeList in com.android.dx.rop.cst
static class CstArray.List
          List of Constant instances.
 

Uses of FixedSizeList in com.android.dx.rop.type
 

Subclasses of FixedSizeList in com.android.dx.rop.type
 class StdTypeList
          Standard implementation of TypeList.
 

Uses of FixedSizeList in com.android.dx.util
 

Subclasses of FixedSizeList in com.android.dx.util
 class LabeledList
          A list of labeled items, allowing easy lookup by label.
 



Copyright © 2015. All rights reserved.