Klasse ConstantString
java.lang.Object
org.aspectj.apache.bcel.classfile.Constant
org.aspectj.apache.bcel.classfile.ConstantString
This class is derived from the abstract Constant class and
represents a reference to a String object.
-
Feldübersicht
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoid
final void
dump
(DataOutputStream file) getString
(ConstantPool cpool) final int
getValue()
final String
toString()
-
Konstruktordetails
-
ConstantString
public ConstantString(int stringIndex)
-
-
Methodendetails
-
accept
-
dump
- Angegeben von:
dump
in KlasseConstant
- Löst aus:
IOException
-
getValue
-
getStringIndex
public final int getStringIndex() -
toString
-
getString
- Gibt zurück:
- the string, as dereferenced using the internal index into the supplied constant pool
-