CharacterClass

wolfendale.scalacheck.regexp.ast.CharacterClass$
See theCharacterClass companion class

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Type members

Classlikes

case class CharRange(min: Char, max: Char) extends Term

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
case object DigitChar extends Term

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
Self type
case class DigitRange(min: Int, max: Int) extends Term

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
case class Literal(value: String) extends Term

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
case object SpaceChar extends Term

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
Self type
sealed trait Term

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class CharRange
object DigitChar.type
class Literal
object SpaceChar.type
object WordBoundary.type
object WordChar.type
case object WordBoundary extends Term

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
Self type
case object WordChar extends Term

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait Term
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror