LatticeProperties

class LatticeProperties(val name: String, val parents: Seq[LatticeProperties], val props: (String, Prop)*) extends RuleSet
trait RuleSet
class Object
trait Matchable
class Any

Value members

Inherited methods

final def all: Properties

Assembles all properties. For the rules, see RuleSet.

Assembles all properties. For the rules, see RuleSet.

Inherited from:
RuleSet

Concrete fields

val props: (String, Prop)*