wolfendale.scalacheck.regexp.ast

Members list

Concise view

Type members

Classlikes

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object AnyChar extends RegularExpression

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
AnyChar.type
case object BOS extends RegularExpression

Attributes

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

Attributes

Companion:
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
case class CharacterClass(terms: Term*) extends RegularExpression

Attributes

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object DigitChar extends RegularExpression

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
EOS.type
case class Group(term: RegularExpression) extends RegularExpression

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Length(term: RegularExpression, min: Int) extends Quantified

Attributes

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

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Negated(term: RegularExpression) extends RegularExpression

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class OneOrMore(term: RegularExpression) extends Quantified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class Optional(term: RegularExpression) extends Quantified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait Quantified extends RegularExpression

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Length
class OneOrMore
class Optional
class Range
class RangeFrom
case class Range(term: RegularExpression, min: Int, max: Int) extends Quantified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case class RangeFrom(term: RegularExpression, min: Int) extends Quantified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
sealed trait RegularExpression

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class And
object AnyChar.type
object BOS.type
object DigitChar.type
object EOS.type
class Group
class Literal
class Negated
class Or
class Length
class OneOrMore
class Optional
class Range
class RangeFrom
object SpaceChar.type
object WordBoundary.type
object WordChar.type
case object SpaceChar extends RegularExpression

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class Substitution(index: Int) extends RegularExpression

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
case object WordBoundary extends RegularExpression

Attributes

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

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Self type
case class ZeroOrMore(term: RegularExpression) extends Quantified

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any