package names
This package contains the abstract parsers for parsing identifiers and operators.
- Source
- token-package.scala
- Since
4.0.0
Type Members
-
abstract
class
Names extends AnyRef
This class defines a uniform interface for defining parsers for user-defined names (identifiers and operators), independent of how whitespace should be handled after the name.
This class defines a uniform interface for defining parsers for user-defined names (identifiers and operators), independent of how whitespace should be handled after the name.
- Since
4.0.0
- Note
implementations of this class found within
Lexermay employ sharing and refine thedefs in this class intovalorlazy valwhen overriding.