|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjef.dna.instructions.impl.InstructionAncestor
jef.dna.instructions.impl.InstructionAncestorRefsCpt
jef.dna.instructions.impl.InstructionRefsCpt16
public abstract class InstructionRefsCpt16
This class is the ancestor of all the concrete instruction classes referring the constant pool table with 16 bits index.
Field Summary |
---|
Fields inherited from class jef.dna.instructions.impl.InstructionAncestorRefsCpt |
---|
logger, MASK, SHIFT |
Fields inherited from class jef.dna.instructions.impl.InstructionAncestor |
---|
opCode, operands, operandsCount |
Constructor Summary | |
---|---|
InstructionRefsCpt16()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Clone this instance. |
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 class jef.dna.instructions.impl.InstructionAncestorRefsCpt |
---|
updateRefs |
Methods inherited from class jef.dna.instructions.impl.InstructionAncestor |
---|
fromArray, getBytesCount, getOpCode, getOperands, getOperandsCount, setOpCode, setOperands, setOperandsCountPosticipated, toArray |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface jef.dna.instructions.Instruction |
---|
fromArray, getOpCode, getOperands, getOperandsCount, setOpCode, setOperands, setOperandsCountPosticipated, toArray |
Methods inherited from interface jef.dna.util.BytesCountable |
---|
getBytesCount |
Constructor Detail |
---|
public InstructionRefsCpt16()
Method Detail |
---|
public int getIndex()
getIndex
in interface InstructionRefsCpt
getIndex
in class InstructionAncestorRefsCpt
public void setIndex(int index)
setIndex
in interface InstructionRefsCpt
setIndex
in class InstructionAncestorRefsCpt
index
- The index into the constant pool tablepublic java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in interface Instruction
clone
in class InstructionAncestorRefsCpt
java.lang.CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |