Packages

object RegexGen

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. RegexGen
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. final case class Config[In](gen: Gen[In], cogen: Cogen[In], order: Order[In], genMatch: Gen[Match[In]], includeFail: Boolean, includeEps: Boolean, includeMapFilterNone: Boolean) extends Product with Serializable

    Configuration for generating regular expressions with input type In.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. implicit def arbByteRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Byte, Out]]
  5. implicit def arbCharRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexC[Out]]
  6. implicit val arbGreendiness: Arbitrary[Greediness]
  7. implicit def arbIntRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Int, Out]]
  8. implicit def arbLongRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Long, Out]]
  9. implicit val arbQuantifier: Arbitrary[Quantifier]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  15. def genByteRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Byte, Out]]
  16. def genCharRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexC[Out]]
  17. def genIntRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Int, Out]]
  18. def genLongRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Long, Out]]
  19. def genMatch[A](genA: Gen[A], genDietA: Gen[Diet[A]])(implicit arg0: Discrete[A], arg1: Order[A]): Gen[Match[A]]
  20. def genRegex[In, Out](cfg: Config[In])(implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[In, Out]]
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  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()
  26. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. val standardByteConfig: Config[Byte]
  28. val standardIntConfig: Config[Int]
  29. val standardLongConfig: Config[Long]
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. object Config extends Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped