Attr

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

Attributes

Source
Model.scala
Graph
Supertypes
trait Element
class Object
trait Matchable
class Any
Known subtypes
trait AttrOne
trait AttrOneMan
trait AttrOneOpt
trait AttrOneTac
trait AttrSet
trait AttrSetMan
trait AttrSetOpt
trait AttrSetTac
Show all

Members list

Value members

Concrete methods

def cleanAttr: String

Attributes

Source
Model.scala
def cleanName: String

Attributes

Source
Model.scala
def cleanNs: String

Attributes

Source
Model.scala
protected def coords: String

Attributes

Source
Model.scala
protected def errs: String

Attributes

Source
Model.scala
def name: String

Attributes

Source
Model.scala
def unapply(a: Attr): (String, String, Op)

Attributes

Source
Model.scala
protected def vats: String

Attributes

Source
Model.scala

Inherited methods

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

Abstract fields

val attr: String

Attributes

Source
Model.scala
val coord: Seq[Int]

Attributes

Source
Model.scala
val errors: Seq[String]

Attributes

Source
Model.scala
val filterAttr: Option[Attr]

Attributes

Source
Model.scala
val ns: String

Attributes

Source
Model.scala
val op: Op

Attributes

Source
Model.scala
val refNs: Option[String]

Attributes

Source
Model.scala
val sort: Option[String]

Attributes

Source
Model.scala
val validator: Option[Validator]

Attributes

Source
Model.scala
val valueAttrs: Seq[String]

Attributes

Source
Model.scala