object ContentModel extends WordExp
- Alphabetic
- By Inheritance
- ContentModel
- WordExp
- Base
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
-
class
Alt extends RegExp
- Definition Classes
- Base
- case class ElemName(name: String) extends Label with Product with Serializable
-
abstract
class
Label extends AnyRef
- Definition Classes
- WordExp
-
case class
Letter extends impl.WordExp.RegExp with Product with Serializable
- Definition Classes
- WordExp
-
class
Meta extends RegExp
this class can be used to add meta information to regexps.
this class can be used to add meta information to regexps.
- Definition Classes
- Base
-
abstract
class
RegExp extends AnyRef
- Definition Classes
- Base
-
class
Sequ extends RegExp
- Definition Classes
- Base
-
case class
Star extends RegExp with Product with Serializable
- Definition Classes
- Base
-
case class
Wildcard extends impl.WordExp.RegExp with Product with Serializable
- Definition Classes
- WordExp
-
type
_labelT = ElemName
- Definition Classes
- ContentModel → WordExp
-
type
_regexpT = RegExp
- Definition Classes
- ContentModel → WordExp → Base
-
trait
Translator extends WordBerrySethi
- Annotations
- @deprecated
- Deprecated
(Since version 2.10) Avoidance
Value Members
- def buildString(r: RegExp, sb: StringBuilder): StringBuilder
- def buildString(c: ContentModel, sb: StringBuilder): StringBuilder
- def buildString(r: RegExp): String
- def containsText(cm: ContentModel): Boolean
- def getLabels(r: RegExp): Set[String]
- def isMixed(cm: ContentModel): Boolean
-
object
Alt
- Definition Classes
- Base
-
object
Eps extends RegExp with Product with Serializable
- Definition Classes
- Base
-
object
Sequ
- Definition Classes
- Base
- object Translator extends WordBerrySethi with Translator