Class GETVALUE_double

All Implemented Interfaces:
Serializable

public class GETVALUE_double extends GETVALUE_primitive
GETVALUE_double - Custom method call handled as an instruction to fetch the concrete value that was produced/ loaded by another instruction.
See Also:
  • Constructor Details

    • GETVALUE_double

      public GETVALUE_double(double v, int i)
      Creates a new value fetch instruction for doubles.
      Parameters:
      v - the concrete value
      i - an identifier
  • Method Details

    • accept

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

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