class Fail[E] extends Parsec[E, E]

Fail do nothing but failed.

Version

1.0.0

Linear Supertypes
Parsec[E, E], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Fail
  2. Parsec
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Fail(msg: String, objects: Any*)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  3. def <?>(message: String): Parsec[E, E]
    Definition Classes
    Parsec
  4. def <|>(parsec: Parsec[E, E]): Parsec[E, E]
    Definition Classes
    Parsec
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[O](p: Parsec[O, E]): Parsec[O, E]
    Definition Classes
    Parsec
  7. def >>=[O](binder: (E) => Parsec[O, E]): Parsec[O, E]
    Definition Classes
    Parsec
  8. def ?(s: State[E]): Either[Exception, E]
    Definition Classes
    Parsec
  9. def apply(s: State[E]): E
    Definition Classes
    Parsec
    Annotations
    @throws(scala.this.throws.<init>$default$1[java.io.EOFException]) @throws(scala.this.throws.<init>$default$1[jaskell.parsec.ParsecException])
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def ask(s: State[E]): Either[Exception, E]
    Definition Classes
    FailParsec
  12. def ask(s: Seq[E]): Either[Exception, E]
    Definition Classes
    Parsec
  13. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. val message: String
  20. val msg: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. val objects: Any*
  25. def opt(s: State[E]): Option[E]
    Definition Classes
    Parsec
  26. def parse(content: Seq[E]): E
    Definition Classes
    Parsec
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Parsec[E, E]

Inherited from AnyRef

Inherited from Any

Ungrouped