AttrOneOpt

molecule.boilerplate.ast.DataModel.AttrOneOpt
sealed trait AttrOneOpt extends AttrOne, Optional

Attributes

Source
DataModel.scala
Graph
Supertypes
trait Optional
trait Mode
trait AttrOne
trait Attr
trait Element
class Object
trait Matchable
class Any
Show all
Known subtypes

Members list

Value members

Inherited methods

def cleanAttr: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def cleanEnt: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def cleanName: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
protected def coords: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
protected def errs: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def name: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
def render(i: Int): String

Attributes

Inherited from:
Element
Source
DataModel.scala
def renders(es: List[Element], i: Int): String

Attributes

Inherited from:
Element
Source
DataModel.scala
protected def vats: String

Attributes

Inherited from:
Attr
Source
DataModel.scala

Inherited and Abstract fields

val attr: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
val coord: Seq[Int]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val ent: String

Attributes

Inherited from:
Attr
Source
DataModel.scala
val errors: Seq[String]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val filterAttr: Option[(Int, List[String], Attr)]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val op: Op

Attributes

Inherited from:
Attr
Source
DataModel.scala
val ref: Option[String]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val sort: Option[String]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val validator: Option[Validator]

Attributes

Inherited from:
Attr
Source
DataModel.scala
val valueAttrs: Seq[String]

Attributes

Inherited from:
Attr
Source
DataModel.scala