case class DEFAULT(fixed: Boolean, attValue: String) extends DefaultDecl with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DEFAULT
- Serializable
- Serializable
- Product
- Equals
- DefaultDecl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DEFAULT(fixed: Boolean, attValue: String)
Value Members
- val attValue: String
-
def
buildString(sb: StringBuilder): StringBuilder
- Definition Classes
- DEFAULT → DefaultDecl
- val fixed: Boolean
-
def
toString(): String
- Definition Classes
- DEFAULT → DefaultDecl → AnyRef → Any