| Package | Description |
|---|---|
| com.android.dx.command.dexer | |
| com.android.dx.dex.cf |
Classes for translating Java classfiles into Dalvik classes.
|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Field and Description |
|---|---|
DexOptions |
Main.Arguments.dexOptions
Options for dex file output
|
| Modifier and Type | Method and Description |
|---|---|
static ClassDefItem |
CfTranslator.translate(DirectClassFile cf,
byte[] bytes,
CfOptions cfOptions,
DexOptions dexOptions,
DexFile dexFile)
Takes a
byte[], interprets it as a Java classfile, and
translates it into a ClassDefItem. |
| Modifier and Type | Method and Description |
|---|---|
static Dop |
Dops.getNextOrNull(Dop opcode,
DexOptions options)
Gets the next
Dop in the instruction fitting chain after the
given instance, if any. |
static DalvCode |
RopTranslator.translate(RopMethod method,
int positionInfo,
LocalVariableInfo locals,
int paramSize,
DexOptions dexOptions)
Translates a
RopMethod. |
| Constructor and Description |
|---|
OutputCollector(DexOptions dexOptions,
int initialCapacity,
int suffixInitialCapacity,
int regCount,
int paramSize)
Constructs an instance.
|
OutputFinisher(DexOptions dexOptions,
int initialCapacity,
int regCount,
int paramSize)
Constructs an instance.
|
| Modifier and Type | Method and Description |
|---|---|
DexOptions |
DexFile.getDexOptions()
Gets the dex-creation options object.
|
| Constructor and Description |
|---|
DexFile(DexOptions dexOptions)
Constructs an instance.
|
Copyright © 2016. All Rights Reserved.