parsley.debug.util
package parsley.debug.util
Members list
Type members
Classlikes
object Collector
This is an internal class that is used by parsley.debuggable
annotation to perform the naming for the parsers.
This is an internal class that is used by parsley.debuggable
annotation to perform the naming for the parsers. Until the lexer has proper naming built into parsley itself, you might want to use Collector.lexer to extract meaningful names for your lexer combinators; however, this will be removed in future.
Attributes
- Since
-
4.5.0
- Source
- Collector.scala
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
Collector.type
In this article