class ChIn extends Parsec[Char, Char]

If get a char match any of content, return it.

Version

1.0.0

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

Instance Constructors

  1. new ChIn(content: String, caseSensitive: Boolean)

Value Members

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