class

Dragonstone::AST::StructDefinition

Inherits Dragonstone::AST::Node < Reference < Object

Constructors

new(name : String, body : NodeArray, annotations : Array(Annotation) = [] of Annotation, visibility : Symbol = :public, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
annotations
Source
body
Source
name
Source
to_source
Source
visibility
Source