|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@ClosingCpInfo public interface ConstInteger
This interface has to be implemented by those classes representing a
CONSTANT_Integer_info
structure. The CONSTANT_Integer_info
structure is used to represent 4-byte numeric constants.
Method Summary | |
---|---|
int |
getValue()
The bytes item of the CONSTANT_Integer_info structure represents the value of the int constant. |
void |
setValue(int val)
The bytes item of the CONSTANT_Integer_info structure represents the value of the int constant. |
Methods inherited from interface jef.dna.constantInfo.ConstantInfo |
---|
clone, fromStream, getCpt, getTag, getType, setCpt, setTag, toStream, updateRefs, validate |
Method Detail |
---|
int getValue()
void setValue(int val)
val
- The CONSTANT_Integer_info value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |