Interface Value

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static java.lang.String lex​(Value theValue)
      Return the lexical value of a Value, which is dependent on the type of the `Value`.
    • Method Detail

      • lex

        @Nonnull
        static java.lang.String lex​(@Nonnull
                                    Value theValue)
        Return the lexical value of a Value, which is dependent on the type of the `Value`.
        Parameters:
        theValue - the value
        Returns:
        the label