Class ConstantString
- java.lang.Object
-
- org.aspectj.apache.bcel.classfile.Constant
-
- org.aspectj.apache.bcel.classfile.ConstantString
-
-
Constructor Summary
Constructors Constructor Description ConstantString(int stringIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(ClassVisitor v)voiddump(DataOutputStream file)StringgetString(ConstantPool cpool)intgetStringIndex()IntegergetValue()StringtoString()
-
-
-
Method Detail
-
accept
public void accept(ClassVisitor v)
-
dump
public final void dump(DataOutputStream file) throws IOException
- Specified by:
dumpin classConstant- Throws:
IOException
-
getStringIndex
public final int getStringIndex()
-
getString
public String getString(ConstantPool cpool)
-
-