case class ELEMENTS(r: ContentModel.RegExp) extends DFAContentModel with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ELEMENTS
- Serializable
- Serializable
- Product
- Equals
- DFAContentModel
- ContentModel
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ELEMENTS(r: ContentModel.RegExp)
Value Members
-
def
buildString(sb: StringBuilder): StringBuilder
- Definition Classes
- ELEMENTS → ContentModel
-
lazy val
dfa: DetWordAutom[ElemName]
- Definition Classes
- DFAContentModel
-
val
r: ContentModel.RegExp
- Definition Classes
- ELEMENTS → DFAContentModel
-
def
toString(): String
- Definition Classes
- ContentModel → AnyRef → Any