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

Packages that use MutabilityControl
com.android.dx.dex.code   
com.android.dx.rop.annotation   
com.android.dx.rop.code   
com.android.dx.rop.cst   
com.android.dx.rop.type   
com.android.dx.util   
 

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

Subclasses of MutabilityControl 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 MutabilityControl in com.android.dx.rop.annotation
 

Subclasses of MutabilityControl in com.android.dx.rop.annotation
 class Annotation
          An annotation on an element of a class.
 class Annotations
          List of Annotation instances.
 class AnnotationsList
          List of Annotations instances.
 

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

Subclasses of MutabilityControl in com.android.dx.rop.code
 class BasicBlockList
          List of BasicBlock instances.
 class InsnList
          List of Insn instances.
 class LocalVariableInfo
          Container for local variable information for a particular RopMethod.
 class RegisterSpecList
          List of RegisterSpec instances.
 class RegisterSpecSet
          Set of RegisterSpec instances, where a given register number may appear only once in the set.
 

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

Subclasses of MutabilityControl in com.android.dx.rop.cst
static class CstArray.List
          List of Constant instances.
 class StdConstantPool
          Standard implementation of ConstantPool, which directly stores an array of Constant objects and can be made immutable.
 

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

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

Uses of MutabilityControl in com.android.dx.util
 

Subclasses of MutabilityControl in com.android.dx.util
 class FixedSizeList
          Simple (mostly) fixed-size list of objects, which may be made immutable.
 class IntList
          Simple list of ints.
 class LabeledList
          A list of labeled items, allowing easy lookup by label.
 



Copyright © 2013. All Rights Reserved.