Class GETVALUE_void

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

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

    • GETVALUE_void

      public GETVALUE_void()
      Creates a new value fetch instruction for voids.
  • 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.