AttrDecl

case class AttrDecl(name: String, tpe: String, default: DefaultDecl)

an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString(): String
Definition Classes
Any

Inherited methods

Inherited from:
Product