scala.util.parsing.json.Lexer

Token

class Token extends AnyRef

Objects of this type are produced by a lexical parser or scanner, and consumed by a parser {@see scala.util.parsing.combinator.syntactical.TokenParsers}.

attributes: abstract
definition classes: Tokens

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def chars: String

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new Token()