| Class | Description |
|---|---|
| Agent | |
| Asm |
This is a replacement for the jasmin bytecode assembler and uses the same
syntax.
|
| DumpClass |
Equivalent to javap -c -l -private, but the output is in jasmin's format
meant to be parseable by Asm.
|
| FlowAnalyzer |
Used to dump the stack and locals at the beginning of each basic block
|
| Javac |
Simple utility class to invoke the java compiler.
|
| Javac.ClassPath |
a collection of class path elements
|
| Kilim |
runtime weaver
This class dynamically weaves kilim-related classes and runs "class".
|
| Kilim.Config | |
| P | |
| Weaver |
This class supports both command-line and run time weaving of Kilim bytecode.
|