|
||||||||||
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.Ifeq
jef.dna.instructions.impl.Ifle
public class Ifle
This class maps the IFLE
bytecode instruction which branches to the offset
obtained starting from the two required operands, if and only if the value popped from the
operand stack is less than or equals 0. This value has to be of type int
and the
comparison is an int
comparison.
Field Summary |
---|
Fields inherited from class jef.dna.instructions.impl.InstructionAncestor |
---|
logger, opCode, operands, operandsCount |
Constructor Summary | |
---|---|
Ifle()
Creates a new instance of Ifle |
Method Summary |
---|
Methods inherited from class jef.dna.instructions.impl.Ifeq |
---|
updateRefs |
Methods inherited from class jef.dna.instructions.impl.InstructionAncestor |
---|
clone, 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 |
Constructor Detail |
---|
public Ifle()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |