scalacheck-gen-regexp
scalacheck-gen-regexp
API
wolfendale.scalacheck.regexp
ASTProcessor
GenParser
RegexpGen
wolfendale.scalacheck.regexp.ast
And
AnyChar
BOS
CharacterClass
CharRange
DigitChar
DigitRange
Literal
SpaceChar
Term
WordBoundary
WordChar
CharacterClass
DigitChar
EOS
Group
Length
Literal
Negated
NonCapturingGroup
OneOrMore
Optional
Or
Quantified
Range
RangeFrom
RegularExpression
SpaceChar
Substitution
WordBoundary
WordChar
ZeroOrMore
wolfendale.scalacheck.regexp.data
Group
Group
Exclusion
Inclusion
scalacheck-gen-regexp
/
wolfendale.scalacheck.regexp.ast
/
CharacterClass
CharacterClass
wolfendale.scalacheck.regexp.ast.CharacterClass
See the
CharacterClass
companion object
case
class
CharacterClass
(
terms
:
Term
*)
extends
RegularExpression
Attributes
Companion:
object
Graph
Reset zoom
Hide graph
Show graph
Supertypes
trait
Serializable
trait
Product
trait
Equals
trait
RegularExpression
class
Object
trait
Matchable
class
Any
Clear all
Members list
Concise view
Value members
Inherited methods
def
&
(
that
:
RegularExpression
):
RegularExpression
Attributes
Inherited from:
RegularExpression
def
productElementNames
:
Iterator
[
String
]
Attributes
Inherited from:
Product
def
productIterator
:
Iterator
[
Any
]
Attributes
Inherited from:
Product
def
|
(
that
:
RegularExpression
):
RegularExpression
Attributes
Inherited from:
RegularExpression