scala.util.parsing.combinator.token.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.
Attributes Graph Reset zoom Hide graph Show graph
Supertypes class Object
trait Matchable
class Any
Known subtypes Members list Concise view
Type members
A class for end-of-file tokens
A class for end-of-file tokens
Attributes Graph Reset zoom Hide graph Show graph
Supertypes trait Singleton
trait Product
trait Mirror
trait Serializable
class Object
trait Matchable
class Any
Self type
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 Graph Reset zoom Hide graph Show 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: Graph Reset zoom Hide graph Show 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