Package classycle.classfile
Class ConstantPoolPrinter
java.lang.Object
classycle.classfile.ConstantPoolPrinter
Application which prints the
Constant
pool of a class file onto the
console.- Author:
- Franz-Josef Elmer
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ConstantPoolPrinter
public ConstantPoolPrinter()
-
-
Method Details
-
main
Reads a class file and prints the constant pool onto System.out.- Parameters:
args
- File name of the class file in args[0]
-