Package classycle.classfile
Class ConstantPoolPrinter
- java.lang.Object
-
- classycle.classfile.ConstantPoolPrinter
-
public class ConstantPoolPrinter extends java.lang.Object
Application which prints theConstant
pool of a class file onto the console.- Author:
- Franz-Josef Elmer
-
-
Constructor Summary
Constructors Constructor Description ConstantPoolPrinter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
Reads a class file and prints the constant pool onto System.out.
-