|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ConstClass
This interface has to be implemented by those classes representing a
CONSTANT_Class_info structure. The CONSTANT_Class_info structure is
used to represent a class or an interface.
Concrete classes implementing this interface have to tag with the @RefersToCpInfo annotation their private fields representing the following information:
1. name_index
| Method Summary | |
|---|---|
int |
getNameIndex()
Get the value of the name_index item must be a valid index into the constant_pool table. |
void |
setNameIndex(int nameIndex)
Set the value of the name_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 |
|---|
void setNameIndex(int nameIndex)
nameIndex - The index into the constant pool tableint getNameIndex()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||