Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Dragonstone::AST::FixDeclaration
Inherits
Dragonstone::AST::Node
<
Reference
<
Object
Constructors
new
(name :
String
, value :
Node
, type_annotation :
TypeExpression
|
Nil
= nil, visibility :
Symbol
= :public, location :
Location
|
Nil
= nil)
Source
Instance methods
accept
(visitor)
Source
name
Source
to_source
(io :
IO
)
Source
type_annotation
Source
value
Source
visibility
Source