Package classycle.classfile
Class StringConstant
java.lang.Object
classycle.classfile.Constant
classycle.classfile.StringConstant
Constant of a String value.
- Author:
- Franz-Josef Elmer
-
Constructor Summary
ConstructorsConstructorDescriptionStringConstant
(Constant[] pool, int stringIndex) Creates an instance for the specfied index. -
Method Summary
Methods inherited from class classycle.classfile.Constant
extractConstantPool, getConstant
-
Constructor Details
-
StringConstant
Creates an instance for the specfied index.- Parameters:
pool
- Constant pool. Needed for resolving the reference.stringIndex
- Index of anUTF8Constant
.
-
-
Method Details