|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InstructionRefsCpt
This interface has to be implemented by every class representing a Java bytecode instruction which refers to the constant pool table.
Method Summary | |
---|---|
int |
getIndex()
Provides the reference to the constant pool table. |
void |
setIndex(int index)
Sets the reference to the constant pool table. |
Methods inherited from interface jef.dna.instructions.Instruction |
---|
clone, fromArray, getOpCode, getOperands, getOperandsCount, setOpCode, setOperands, setOperandsCountPosticipated, toArray, updateRefs |
Methods inherited from interface jef.dna.util.BytesCountable |
---|
getBytesCount |
Method Detail |
---|
int getIndex()
void setIndex(int index)
index
- The index into the constant pool table
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |