Class IfInstruction

    • Constructor Detail

      • IfInstruction

        protected IfInstruction​(short opcode,
                                InstructionHandle target)
        Parameters:
        opcode - opcode of instruction
        target - Target instruction to branch to
    • Method Detail

      • negate

        public abstract IfInstruction negate()
        Returns:
        negation of instruction, e.g. IFEQ.negate() == IFNE