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

public class I2L extends Instruction
I2L - Convert int to long. For more information see the Java VM specification.
See Also:
  • Constructor Details

    • I2L

      public I2L(int iid, int mid)
  • 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.