|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |
Packages that use Ifeq | |
---|---|
jef.dna.instructions.impl |
Uses of Ifeq in jef.dna.instructions.impl |
---|
Subclasses of Ifeq in jef.dna.instructions.impl | |
---|---|
class |
Ifge
This class maps the IFGE 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 greater than or equals 0. |
class |
Ifgt
This class maps the IFGT 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 greater than 0. |
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. |
class |
Iflt
This class maps the IFLT 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 0. |
class |
Ifne
This class maps the IFNE 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 does not equal 0. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES All Classes |