Package classycle.classfile
Class ClassConstant
java.lang.Object
classycle.classfile.Constant
classycle.classfile.ClassConstant
Class constant. Refers to an instance of 
UTF8Constant which
 holds the fully qualifies class name.- Author:
 - Franz-Josef Elmer
 
- 
Constructor Summary
ConstructorsConstructorDescriptionClassConstant(Constant[] pool, int nameIndex) Creates an instance for the specified index refering anUTF8Constant. - 
Method Summary
Methods inherited from class classycle.classfile.Constant
extractConstantPool, getConstant 
- 
Constructor Details
- 
ClassConstant
Creates an instance for the specified index refering anUTF8Constant.- Parameters:
 pool- Pool of allConstants.nameIndex- Index into pool.
 
 - 
 - 
Method Details