|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ConstString
This interface has to be implemented by those classes representing a
CONSTANT_String_info
structure. The CONSTANT_String_info structure is used to
represent string constants.
Concrete classes implementing this interface have to tag with the @RefersToCpInfo
annotation their private fields representing the following information:
1. string_index
Method Summary | |
---|---|
int |
getStringIndex()
The value of the string_index item must be a valid index into the constant_pool table. |
void |
setStringIndex(int index)
The value of the string_index item must be a valid index into the constant_pool table. |
Methods inherited from interface jef.dna.constantInfo.ConstantInfo |
---|
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate |
Method Detail |
---|
int getStringIndex()
void setStringIndex(int index)
index
- The index of the CONSTANT_Utf8_info structure
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |