class Ch extends Parsec[Char, Char]

If get one char equals the Ch prepared, return it.

Version

1.0.0

Since

2020/05/09 13:50

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

Instance Constructors

  1. new Ch(char: Char, caseSensitive: Boolean)

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[Char, Char]
    Definition Classes
    Parsec
  4. def <|>(parsec: Parsec[Char, Char]): Parsec[Char, Char]
    Definition Classes
    Parsec
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def >>[O](p: Parsec[O, Char]): Parsec[O, Char]
    Definition Classes
    Parsec
  7. def >>=[O](binder: (Char) => Parsec[O, Char]): Parsec[O, Char]
    Definition Classes
    Parsec
  8. def ?[S <: State[Char]](s: S): Either[Exception, Char]
    Definition Classes
    Parsec
  9. def apply[S <: State[Char]](s: S): Char
    Definition Classes
    ChParsec
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val caseSensitive: Boolean
  12. val char: Char
  13. val chr: Char
  14. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  15. def either[S <: State[Char]](s: S): Either[Exception, Char]
    Definition Classes
    Parsec
  16. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. def hashCode(): scala.Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  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. def opt[S <: State[Char]](s: S): Option[Char]
    Definition Classes
    Parsec
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. 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[Char, Char]

Inherited from AnyRef

Inherited from Any

Ungrouped