public class BootstrapDumper extends Object
| Constructor and Description |
|---|
BootstrapDumper(PrintWriter w)
Get ready to print a class to the given output stream.
|
| Modifier and Type | Method and Description |
|---|---|
void |
doClass(ClassLoader image,
ClassReader cr)
Print a class.
|
static void |
main(String[] args) |
public BootstrapDumper(PrintWriter w)
public void doClass(ClassLoader image, ClassReader cr) throws InvalidClassFileException, Decoder.InvalidBytecodeException, ClassNotFoundException, NoSuchMethodException, SecurityException, IllegalAccessException, IllegalArgumentException, InvocationTargetException, NoSuchFieldException
Copyright © 2019. All rights reserved.