AttrSeq

molecule.boilerplate.ast.DataModel.AttrSeq
sealed trait AttrSeq extends Attr

Attributes

Source
DataModel.scala
Graph
Supertypes
trait Attr
trait Element
class Object
trait Matchable
class Any
Known subtypes
trait AttrSeqMan
class AttrSeqManID
trait AttrSeqOpt
class AttrSeqOptID
trait AttrSeqTac
class AttrSeqTacID
Show all

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