public class ConstantPoolPrinter
extends java.lang.Object
Constant
pool of a class file onto the
console.Constructor and Description |
---|
ConstantPoolPrinter() |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
Reads a class file and prints the constant pool onto System.out.
|