Class Java.Literal

    • Field Detail

      • value

        public final java.lang.String value
    • Constructor Detail

      • Literal

        public Literal​(Location location,
                       java.lang.String value)
        Parameters:
        value - The text of the literal token, as in the source code.
    • Method Detail

      • toString

        public java.lang.String toString()
        Specified by:
        toString in class Java.Atom