DebuggerOps

parsley.debugger.combinator.DebuggerOps
implicit class DebuggerOps[A](par: Parsley[A])

Dot accessor versions of the combinators.

Attributes

Source
combinator.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def attachDebugger(toStringRules: Seq[Any => Boolean]): (A)

Attributes

Source
combinator.scala
def attachDebugger: (A)

Attributes

Source
combinator.scala
def attachReusable(toStringRules: Seq[Any => Boolean]): () => (A)

Attributes

Source
combinator.scala
def attachReusable: () => (A)

Attributes

Source
combinator.scala
def attachReusableWithFrontend(frontend: () => DebugFrontend, toStringRules: Seq[Any => Boolean]): () => Parsley[A]

Attributes

Source
combinator.scala
def attachReusableWithFrontend(frontend: () => DebugFrontend): () => Parsley[A]

Attributes

Source
combinator.scala
def attachWithFrontend(frontend: DebugFrontend, toStringRules: Seq[Any => Boolean]): Parsley[A]

Attributes

Source
combinator.scala

Attributes

Source
combinator.scala
def attachWithImplicitFrontend(toStringRules: Seq[Any => Boolean])(implicit frontend: DebugFrontend): Parsley[A]

Attributes

Source
combinator.scala
def attachWithImplicitFrontend(implicit frontend: DebugFrontend): Parsley[A]

Attributes

Source
combinator.scala
def named(name: String): Parsley[A]

Attributes

Source
combinator.scala