| Class | Description |
|---|---|
| BaseDumper |
Base class for the various human-friendly dumpers.
|
| BlockDumper |
Utility to dump basic block info from methods in a human-friendly form.
|
| ClassDumper |
Utility to dump the contents of class files in a human-friendly form.
|
| DotDumper |
Dumps the pred/succ graph of methods into a format compatible
with the popular graph utility "dot".
|
| Main |
Main class for the class file dumper.
|
| SsaDumper |
Dumper for the SSA-translated blocks of a method.
|
Copyright © 2020. All Rights Reserved.