scala.util.parsing.combinator.token.StdTokens
This component provides the standard Token
s for a simple, Scala-like language.
Attributes
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Members list
Concise view
Type members
The class of identifier tokens
The class of identifier tokens
Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
The class of keyword tokens
The class of keyword tokens
Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
The class of numeric literal tokens
The class of numeric literal tokens
Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
The class of string literal tokens
The class of string literal tokens
Attributes
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
A class for end-of-file tokens
A class for end-of-file tokens
Attributes
- Inherited from:
- Tokens
- Graph
- Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
A class of error tokens. Error tokens are used to communicate
errors detected during lexical analysis
A class of error tokens. Error tokens are used to communicate
errors detected during lexical analysis
Attributes
- Inherited from:
- Tokens
- Graph
- Supertypes
trait Serializable
class Object
trait Matchable
class Any
Objects of this type are produced by a lexical parser or scanner
, and consumed by a parser.
Objects of this type are produced by a lexical parser or scanner
, and consumed by a parser.
Attributes
- See also:
- Inherited from:
- Tokens
- Graph
- Supertypes
class Object
trait Matchable
class Any
- Known subtypes
Value members
This token is produced by a scanner Scanner
when scanning failed.
This token is produced by a scanner Scanner
when scanning failed.
Attributes
- Inherited from:
- Tokens