scala.util.parsing.combinator.token.Tokens

Token

Related Doc: package Tokens

abstract class Token extends AnyRef

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

See also

scala.util.parsing.combinator.syntactical.TokenParsers

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Token
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Token()

Abstract Value Members

  1. abstract def chars: String