CustomTypeDeclaration
io.eleven19.krueger.ast.CustomTypeDeclaration
case class CustomTypeDeclaration(name: String, typeVariables: IndexedSeq[String], constructors: IndexedSeq[Constructor], docComment: Option[String] = ...)(span: Span) extends Declaration
Attributes
- Source
- AstNodes.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Declarationtrait AstNodeclass Objecttrait Matchableclass Any
Members list
In this article