CstValueDeclaration
io.eleven19.krueger.cst.CstValueDeclaration
case class CstValueDeclaration(annotation: Option[CstTypeAnnotation], name: CstName, patterns: IndexedSeq[CstPattern], body: CstExpression, trivia: CstTrivia = ...)(span: Span) extends CstDeclaration
Attributes
- Source
- CstNodes.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait CstDeclarationtrait CstNodeclass Objecttrait Matchableclass Any
Members list
In this article