AttrMap

molecule.boilerplate.ast.Model.AttrMap
sealed trait AttrMap extends Attr

Attributes

Source
Model.scala
Graph
Supertypes
trait Attr
trait Element
class Object
trait Matchable
class Any
Known subtypes
trait AttrMapMan
class AttrMapManID
trait AttrMapOpt
class AttrMapOptID
trait AttrMapTac
class AttrMapTacID
Show all

Members list

Value members

Concrete methods

protected def ks: String

Attributes

Source
Model.scala

Inherited methods

def cleanAttr: String

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala
def cleanNs: String

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala

Concrete fields

val keys: Seq[String]

Attributes

Source
Model.scala

Inherited fields

val attr: String

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala
val ns: String

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala
val refNs: Option[String]

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
Attr
Source
Model.scala