case class WhileIn[E](toggle: Set[E]) extends Parsec[E, Seq[E]] with Product with Serializable

TODO

Version

1.0.0

Since

2022/05/06 00:47

Linear Supertypes
Serializable, Product, Equals, Parsec[E, Seq[E]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WhileIn
  2. Serializable
  3. Product
  4. Equals
  5. Parsec
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new WhileIn(toggle: Set[E])

Value Members

  1. def !(s: State[E]): Seq[E]
    Definition Classes
    Parsec
  2. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  3. final def ##: scala.Int
    Definition Classes
    AnyRef → Any
  4. def <?>[U >: Seq[E]](message: String): Parsec[E, U]
    Definition Classes
    Parsec
  5. def <|>[U >: Seq[E]](parsec: Parsec[E, U]): Parsec[E, U]
    Definition Classes
    Parsec
  6. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  7. def ?(s: Seq[E]): Try[Seq[E]]
    Definition Classes
    Parsec
  8. def ?(s: State[E]): Try[Seq[E]]
    Definition Classes
    Parsec
  9. def apply(s: State[E]): Try[Seq[E]]
    Definition Classes
    WhileInParsec
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def ask(s: Seq[E]): Try[Seq[E]]
    Definition Classes
    Parsec
  12. def ask(s: State[E]): Try[Seq[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. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def option(s: State[E]): Option[Seq[E]]
    Definition Classes
    Parsec
  21. def parse(s: State[E]): Seq[E]
    Definition Classes
    Parsec
  22. val parser: Parsec[E, Seq[E]]
  23. def productElementNames: Iterator[String]
    Definition Classes
    Product
  24. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  25. val toggle: Set[E]
  26. final def wait(arg0: Long, arg1: scala.Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  27. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  28. 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

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Parsec[E, Seq[E]]

Inherited from AnyRef

Inherited from Any

Ungrouped