Class IF_ACMPNE

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

public class IF_ACMPNE extends Instruction
IF_ACMPNE - Branch if reference comparison succeeds (not equals) For more information see the Java VM specification.
See Also:
  • Constructor Details

    • IF_ACMPNE

      public IF_ACMPNE(int iid, int mid, int label)
      Creates a new IF_ACMPNE 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.