Class ConstantUtf8
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantUtf8
-
- All Implemented Interfaces:
Cloneable,Node,SimpleConstant
public final class ConstantUtf8 extends Constant implements SimpleConstant
-
-
Constructor Summary
Constructors Constructor Description ConstantUtf8(String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)StringgetStringValue()StringgetValue()StringtoString()
-
-
-
Constructor Detail
-
ConstantUtf8
public ConstantUtf8(String string)
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getStringValue
public String getStringValue()
- Specified by:
getStringValuein interfaceSimpleConstant
-
-