| Package | Description |
|---|---|
| com.android.dx.cf.cst | |
| com.android.dx.cf.direct |
Implementation of
cf.iface.* based on a direct representation
of class files as byte[]s. |
| com.android.dx.command.dump |
| Modifier and Type | Method and Description |
|---|---|
void |
ConstantPoolParser.setObserver(ParseObserver observer)
Sets the parse observer for this instance.
|
| Modifier and Type | Method and Description |
|---|---|
Attribute |
AttributeFactory.parse(DirectClassFile cf,
int context,
int offset,
ParseObserver observer)
Parses and makes an attribute based on the bytes at the
indicated position in the given array.
|
protected Attribute |
AttributeFactory.parse0(DirectClassFile cf,
int context,
java.lang.String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content.
|
protected Attribute |
StdAttributeFactory.parse0(DirectClassFile cf,
int context,
java.lang.String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content.
|
void |
DirectClassFile.setObserver(ParseObserver observer)
Sets the parse observer for this instance.
|
| Constructor and Description |
|---|
AnnotationParser(DirectClassFile cf,
int offset,
int length,
ParseObserver observer)
Constructs an instance.
|
CodeObserver(ByteArray bytes,
ParseObserver observer)
Constructs an instance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseDumper
Base class for the various human-friendly dumpers.
|
class |
BlockDumper
Utility to dump basic block info from methods in a human-friendly form.
|
class |
ClassDumper
Utility to dump the contents of class files in a human-friendly form.
|
class |
DotDumper
Dumps the pred/succ graph of methods into a format compatible
with the popular graph utility "dot".
|
class |
SsaDumper
Dumper for the SSA-translated blocks of a method.
|
Copyright © 2020. All Rights Reserved.