scala.util.parsing.combinator.token

Members list

Type members

Classlikes

trait StdTokens extends Tokens

This component provides the standard Tokens for a simple, Scala-like language.

This component provides the standard Tokens for a simple, Scala-like language.

Attributes

Supertypes
trait Tokens
class Object
trait Matchable
class Any
Known subtypes
class StdLexical
trait Tokens

This component provides the notion of Token, the unit of information that is passed from lexical parsers in the Lexical component to the parsers in the TokenParsers component.

This component provides the notion of Token, the unit of information that is passed from lexical parsers in the Lexical component to the parsers in the TokenParsers component.

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Lexical
class StdLexical
trait StdTokens