AttrOne

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

Attributes

Source
Model.scala
Graph
Supertypes
trait Attr
trait Element
class Object
trait Matchable
class Any
Known subtypes
trait AttrOneMan
class AttrOneManID
trait AttrOneOpt
class AttrOneOptID
trait AttrOneTac
class AttrOneTacID
Show all

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