IfInstructionpublic abstract class IfInstruction extends BranchInstruction implements StackConsumerSuper class for the IFxxx family of instructions. |
Constructors Summary |
---|
IfInstruction()Empty constructor needed for the Class.newInstance() statement in
Instruction.readInstruction(). Not to be used otherwise.
| protected IfInstruction(short opcode, InstructionHandle target)
super(opcode, target);
|
|