StyleKeywordDef

case class StyleKeywordDef(scalaName: String, scalaAliases: List[String], domName: String, isOverride: Boolean, commentLines: List[String], docUrls: List[String]) extends KeyDef
trait Serializable
trait Product
trait Equals
trait KeyDef
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product