public class BootstrapInstrumentor extends Object
Constructor and Description |
---|
BootstrapInstrumentor(PrintWriter w)
Get ready to print a class to the given output stream.
|
Modifier and Type | Method and Description |
---|---|
Set<MethodData> |
doClass(ClassInstrumenter ci)
Print a class.
|
void |
doit(String[] args) |
static void |
main(String[] args) |
public BootstrapInstrumentor(PrintWriter w)
public Set<MethodData> doClass(ClassInstrumenter ci) throws InvalidClassFileException, Decoder.InvalidBytecodeException, IOException, ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchFieldException