Class Java.Literal

    • Field Detail

      • value

        public final String value
        The text of the literal token, as in the source code.
    • Constructor Detail

      • Literal

        public Literal​(Location location,
                       String value)
        Parameters:
        value - The text of the literal token, as in the source code