CompositeDeclaration

io.github.scalats.ast.CompositeDeclaration
case class CompositeDeclaration(name: String, members: ListSet[Declaration]) extends Declaration

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Declaration
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Declaration

Concrete fields

val kind: Kind