object
RegexGen
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
-
implicit
def
arbByteRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Byte, Out]]
-
implicit
def
arbCharRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexC[Out]]
-
implicit
val
arbGreendiness: Arbitrary[Greediness]
-
implicit
def
arbIntRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Int, Out]]
-
implicit
def
arbLongRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Arbitrary[RegexM[Long, Out]]
-
implicit
val
arbQuantifier: Arbitrary[Quantifier]
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
-
def
finalize(): Unit
-
def
genByteRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Byte, Out]]
-
def
genCharRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexC[Out]]
-
def
genIntRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Int, Out]]
-
def
genLongRegex[Out](implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[Long, Out]]
-
def
genMatch[A](genA: Gen[A], genDietA: Gen[Diet[A]])(implicit arg0: Discrete[A], arg1: Order[A]): Gen[Match[A]]
-
def
genRegex[In, Out](cfg: Config[In])(implicit arg0: Arbitrary[Out], arg1: Cogen[Out]): Gen[RegexM[In, Out]]
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
val
standardByteConfig: Config[Byte]
-
val
standardIntConfig: Config[Int]
-
val
standardLongConfig: Config[Long]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit