Packages

abstract class Token extends AnyRef

Objects of this type are produced by a lexical parser or scanner, and consumed by a parser.

Source
Tokens.scala
See also

scala.util.parsing.combinator.syntactical.TokenParsers

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Token
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Token()

Abstract Value Members

  1. abstract def chars: String