History

io.getquill.parser.engine.History
See theHistory companion trait
object History

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
History.type

Members list

Type members

Classlikes

case class Failed(expr: String, parent: History) extends History

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait History
class Object
trait Matchable
class Any
Show all
case class Ignored(chain: ParserChain, parent: History)(expr: => String) extends HistoryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HistoryPart
trait History
class Object
trait Matchable
class Any
Show all
case class Matched(chain: ParserChain, parent: History)(expr: => String) extends HistoryPart

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait HistoryPart
trait History
class Object
trait Matchable
class Any
Show all
case object Root extends History

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait History
class Object
trait Matchable
class Any
Show all
Self type
Root.type