ContentModel

object ContentModel extends WordExp
Companion:
class
trait Sum
trait Mirror
class WordExp
class Base
class Object
trait Matchable
class Any

Type members

Classlikes

case class ElemName(name: String) extends Label
object Translator extends Translator
Companion:
class

Deprecated classlikes

@deprecated("Avoidance", since = "2.10")
trait Translator extends WordBerrySethi
Companion:
object
Deprecated
[Since version 2.10]

Inherited classlikes

class Alt extends RegExp
Inherited from:
Base
object Alt
Inherited from:
Base
case object Eps extends RegExp
Inherited from:
Base
abstract class Label
Inherited from:
WordExp
case class Letter(a: _labelT) extends RegExp
Inherited from:
WordExp
class Meta(r1: _regexpT) extends RegExp

this class can be used to add meta information to regexps.

this class can be used to add meta information to regexps.

Inherited from:
Base
abstract class RegExp
Inherited from:
Base
class Sequ extends RegExp
Inherited from:
Base
object Sequ
Inherited from:
Base
case class Star(r: _regexpT) extends RegExp
Inherited from:
Base
case class Wildcard() extends RegExp
Inherited from:
WordExp

Types

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror

The name of the type

The name of the type

Inherited from:
Mirror