public class BootstrapInstrumentor
extends java.lang.Object
| Constructor and Description |
|---|
BootstrapInstrumentor(java.io.PrintWriter w)
Get ready to print a class to the given output stream.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<MethodData> |
doClass(ClassInstrumenter ci)
Print a class.
|
void |
doit(java.lang.String[] args) |
static void |
main(java.lang.String[] args) |
public BootstrapInstrumentor(java.io.PrintWriter w)
public static void main(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic void doit(java.lang.String[] args)
throws java.lang.Exception
java.lang.Exceptionpublic java.util.Set<MethodData> doClass(ClassInstrumenter ci) throws InvalidClassFileException, Decoder.InvalidBytecodeException, java.lang.SecurityException, java.lang.IllegalArgumentException
java.lang.IllegalArgumentException - if cr is nullInvalidClassFileExceptionDecoder.InvalidBytecodeExceptionjava.lang.SecurityException