AttrOneTac

molecule.boilerplate.ast.Model.AttrOneTac
sealed trait AttrOneTac extends AttrOne, Tacit

Attributes

Source
Model.scala
Graph
Supertypes
trait Tacit
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
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

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 owner: Boolean

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