Class/Object

scalaparsers

Commit

Related Docs: object Commit | package scalaparsers

Permalink

case class Commit[S, +A](s: ParseState[S], extract: A, expected: Set[String]) extends ParseResult[S, A] with Located with Product with Serializable

A committed computation which ha manipulated the ParseState

Linear Supertypes
Serializable, Serializable, Product, Equals, Located, ParseResult[S, A], Functorial[[+X_kp1]ParseResult[S, X_kp1], A], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Commit
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Located
  7. ParseResult
  8. Functorial
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Commit(s: ParseState[S], extract: A, expected: Set[String])

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def as[B](b: ⇒ B): Commit[S, B]

    Permalink
    Definition Classes
    CommitFunctorial
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. def die(msg: Document, rest: Document*): Nothing

    Permalink
    Definition Classes
    Located
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def error(msg: Document, rest: Document*): Nothing

    Permalink
    Definition Classes
    Located
  10. val expected: Set[String]

    Permalink
  11. def extend[B](f: (Commit[S, A]) ⇒ B): Commit[S, B]

    Permalink
  12. val extract: A

    Permalink
  13. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. def lift[B](b: Commit[S, B]): Commit[S, B]

    Permalink
  17. def loc: Pos

    Permalink
    Definition Classes
    CommitLocated
  18. def map[B](f: (A) ⇒ B): Commit[S, B]

    Permalink
    Definition Classes
    CommitFunctorial
  19. def msg(s: String): String

    Permalink
    Definition Classes
    Located
  20. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  21. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  23. def report(msg: Document, rest: Document*): Document

    Permalink
    Definition Classes
    Located
  24. val s: ParseState[S]

    Permalink
  25. def self: Commit[S, A]

    Permalink
    Definition Classes
    CommitParseResultFunctorial
  26. def skip: ParseResult[S, Unit]

    Permalink
    Definition Classes
    Functorial
  27. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  28. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Located

Inherited from ParseResult[S, A]

Inherited from Functorial[[+X_kp1]ParseResult[S, X_kp1], A]

Inherited from AnyRef

Inherited from Any

Ungrouped