Class ConstantUtf8
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantUtf8
- All Implemented Interfaces:
Cloneable,Node,SimpleConstant
This class is derived from the abstract Constant class and
represents a reference to a Utf8 encoded string.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(ClassVisitor v)voiddump(DataOutputStream file)getValue()toString()
-
Constructor Details
-
ConstantUtf8
-
-
Method Details
-
accept
-
dump
- Specified by:
dumpin classConstant- Throws:
IOException
-
toString
-
getValue
-
getStringValue
- Specified by:
getStringValuein interfaceSimpleConstant
-