parsley.token.descriptions.LexicalDesc
See theLexicalDesc companion object
This class describes the aggregation of a bunch of different sub-configurations for lexing a specific language.
Value parameters
- nameDesc
-
the description of name-like lexemes
- numericDesc
-
the description of numeric literals
- spaceDesc
-
the description of whitespace
- symbolDesc
-
the description of specific symbolic lexemes
- textDesc
-
the description of text literals
Attributes
- Since
-
4.0.0
- Note
-
Documentation for the parameters is found in the
copy
or companionapply
. - Companion
- object
- Source
- LexicalDesc.scala
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
Members list
In this article