|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MutabilityControl | |
|---|---|
| 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 MutabilityControl in com.android.dx.cf.attrib |
|---|
| Subclasses of MutabilityControl in com.android.dx.cf.attrib | |
|---|---|
class |
InnerClassList
List of "inner class" entries, which are the contents of InnerClasses attributes. |
| Uses of MutabilityControl in com.android.dx.cf.code |
|---|
| Subclasses of MutabilityControl 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 |
ExecutionStack
Representation of a Java method execution stack. |
class |
LineNumberList
List of "line number" entries, which are the contents of LineNumberTable attributes. |
class |
LocalsArray
Representation of an array of local variables, with Java semantics. |
class |
LocalsArraySet
Representation of a set of local variable arrays, with Java semantics. |
class |
LocalVariableList
List of "local variable" entries, which are the contents of LocalVariableTable and LocalVariableTypeTable
attributes, as well as combinations of the two. |
class |
OneLocalsArray
Representation of an array of local variables, with Java semantics. |
class |
SwitchList
List of (value, target) mappings representing the choices of a tableswitch or lookupswitch instruction. |
| Uses of MutabilityControl in com.android.dx.cf.iface |
|---|
| Subclasses of MutabilityControl 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 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||