EnumDeclaration

io.github.scalats.ast.EnumDeclaration
case class EnumDeclaration(name: String, possibilities: ListSet[String], values: ListSet[Value]) extends Declaration

A declaration for an enumerated type.

Attributes

possibilities

the allowed values

values

some extra invariant values

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Declaration