| Package | Description |
|---|---|
| com.android.dx.dex.code | |
| com.android.dx.dex.file |
| Modifier and Type | Field and Description |
|---|---|
static LocalList |
LocalList.EMPTY
non-null; empty instance |
| Modifier and Type | Method and Description |
|---|---|
LocalList |
LocalList.MakeState.finish()
Finishes processing altogether and gets the result.
|
LocalList |
DalvCode.getLocals()
Gets the source positions list.
|
static LocalList |
LocalList.make(DalvInsnList insns)
Constructs an instance for the given method, based on the given
block order and intermediate local information.
|
| Constructor and Description |
|---|
DebugInfoEncoder(PositionList positions,
LocalList locals,
DexFile file,
int codeSize,
int regSize,
boolean isStatic,
CstMethodRef ref)
Creates an instance.
|
Copyright © 2020. All Rights Reserved.