| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InnerClassList
List of "inner class" entries, which are the contents of
InnerClasses attributes. |
| Modifier and Type | Class and Description |
|---|---|
class |
BootstrapMethodArgumentsList
List of bootstrap method arguments, which are part of the contents of
BootstrapMethods attributes. |
class |
BootstrapMethodsList
List of bootstrap method entries, which are the contents of
BootstrapMethods attributes. |
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StdAttributeList
Standard implementation of
AttributeList, which directly stores
an array of Attribute objects and can be made immutable. |
class |
StdFieldList
|
class |
StdMethodList
Standard implementation of
MethodList, which directly stores
an array of Method objects and can be made immutable. |
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Annotation
An annotation on an element of a class.
|
class |
Annotations
List of
Annotation instances. |
class |
AnnotationsList
List of
Annotations instances. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
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. |
| Modifier and Type | Class and Description |
|---|---|
class |
StdTypeList
Standard implementation of
TypeList. |
| Modifier and Type | Class and Description |
|---|---|
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 © 2020. All Rights Reserved.