|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ParseObserver | |
|---|---|
| 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 | |
| Uses of ParseObserver in com.android.dx.cf.cst |
|---|
| Methods in com.android.dx.cf.cst with parameters of type ParseObserver | |
|---|---|
void |
ConstantPoolParser.setObserver(ParseObserver observer)
Sets the parse observer for this instance. |
| Uses of ParseObserver in com.android.dx.cf.direct |
|---|
| Methods in com.android.dx.cf.direct with parameters of type ParseObserver | |
|---|---|
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,
String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content. |
protected Attribute |
StdAttributeFactory.parse0(DirectClassFile cf,
int context,
String name,
int offset,
int length,
ParseObserver observer)
Parses attribute content. |
void |
DirectClassFile.setObserver(ParseObserver observer)
Sets the parse observer for this instance. |
| Constructors in com.android.dx.cf.direct with parameters of type ParseObserver | |
|---|---|
AnnotationParser(DirectClassFile cf,
int offset,
int length,
ParseObserver observer)
Constructs an instance. |
|
CodeObserver(ByteArray bytes,
ParseObserver observer)
Constructs an instance. |
|
| Uses of ParseObserver in com.android.dx.command.dump |
|---|
| Classes in com.android.dx.command.dump that implement ParseObserver | |
|---|---|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||