Class IF_ICMPLE

java.lang.Object
de.uzl.its.swat.symbolic.instruction.Instruction
de.uzl.its.swat.symbolic.instruction.IF_ICMPLE
All Implemented Interfaces:
Serializable

public class IF_ICMPLE extends Instruction
IF_ICMPLE - Branch if int comparison succeeds (less or equals) For more information see the Java VM specification.
See Also:
  • Constructor Details

    • IF_ICMPLE

      public IF_ICMPLE(int iid, int mid, int label)
      Creates a new IF_ICMPLE instruction.
      Parameters:
      iid - instruction id.
      mid - method id.
      label - the jump destination
  • Method Details

    • accept

      public void accept(IVisitor visitor)
      Accept method for the visitor.
      Specified by:
      accept in class Instruction
      Parameters:
      visitor - the visitor
    • toString

      public String toString()
      Returns the string representation of the instruction.
      Overrides:
      toString in class Object
      Returns:
      the representation.