Class IFGE

All Implemented Interfaces:
Serializable, Cloneable, InstructionTargeter, StackConsumer

public class IFGE extends IfInstruction
IFGE - Branch if int comparison with zero succeeds
Stack: ..., value -> ...
Version:
$Id: IFGE.java 386056 2006-03-15 11:31:56Z tcurdt $
Author:
M. Dahm
See Also:
  • Constructor Details

  • Method Details

    • negate

      public IfInstruction negate()
      Specified by:
      negate in class IfInstruction
      Returns:
      negation of instruction
    • accept

      public void accept(Visitor v)
      Call corresponding visitor method(s). The order is: Call visitor methods of implemented interfaces first, then call methods according to the class hierarchy in descending order, i.e., the most specific visitXXX() call comes last.
      Specified by:
      accept in class Instruction
      Parameters:
      v - Visitor object