Class VoidValue

java.lang.Object
de.uzl.its.swat.symbolic.value.Value
de.uzl.its.swat.symbolic.value.VoidValue

public class VoidValue extends Value
  • Field Details

    • instance

      public static final VoidValue instance
  • Constructor Details

    • VoidValue

      public VoidValue()
  • Method Details

    • asObjectValue

      public ObjectValue<?,?> asObjectValue()
      Overrides:
      asObjectValue in class Value
    • toString

      public String toString()
      Description copied from class: Value
      Returns the string representation of the value. Should be implemented by each inheriting class.
      Overrides:
      toString in class Value
      Returns:
      the string representation of the value