case class AttrDecl(name: String, tpe: String, default: DefaultDecl) extends Product with Serializable
an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.
- Alphabetic
- By Inheritance
- AttrDecl
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new AttrDecl(name: String, tpe: String, default: DefaultDecl)
Value Members
- def buildString(sb: StringBuilder): StringBuilder
- val default: DefaultDecl
- val name: String
-
def
toString(): String
- Definition Classes
- AttrDecl → AnyRef → Any
- val tpe: String