Package aQute.bnd.classfile
Class ConstantPool.StringInfo
java.lang.Object
aQute.bnd.classfile.ConstantPool.StringInfo
- All Implemented Interfaces:
ConstantPool.Info
- Enclosing class:
- ConstantPool
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static ConstantPool.StringInfo
int
tag()
toString()
void
write
(DataOutput out)
-
Field Details
-
string_index
public final int string_index
-
-
Constructor Details
-
StringInfo
public StringInfo(int string_index)
-
-
Method Details
-
read
- Throws:
IOException
-
tag
public int tag()- Specified by:
tag
in interfaceConstantPool.Info
-
write
- Specified by:
write
in interfaceConstantPool.Info
- Throws:
IOException
-
toString
-