Public Methods | |
abstract IfInstruction | negate () |
abstract IfInstruction | negate () |
Protected Methods | |
IfInstruction (short tag, InstructionHandle target) | |
IfInstruction (short tag, InstructionHandle target) | |
Private Methods | |
IfInstruction () | |
IfInstruction () |
Definition at line 9 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java.
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 14 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java. |
|
Definition at line 18 of file lib/jpf/de/fub/bytecode/generic/IfInstruction.java. |
|
Empty constructor needed for the Class.newInstance() statement in Instruction.readInstruction(). Not to be used otherwise. Definition at line 14 of file src/de/fub/bytecode/generic/IfInstruction.java. |
|
Definition at line 18 of file src/de/fub/bytecode/generic/IfInstruction.java. |
|
Reimplemented in IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, and IFNULL. |
|
Reimplemented in IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, IFNULL, IF_ACMPEQ, IF_ACMPNE, IF_ICMPEQ, IF_ICMPGE, IF_ICMPGT, IF_ICMPLE, IF_ICMPLT, IF_ICMPNE, IFEQ, IFGE, IFGT, IFLE, IFLT, IFNE, IFNONNULL, and IFNULL. |