Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
source-typer
master
CliOptions
Crystal
CrystalPath
DefVisitor
Signature
SourceTyper
SourceTyperFormatter
Generated using Crystal 1.14.0
2024-11-26 09:51:00 UTC
class
SourceTyperFormatter
SourceTyperFormatter
Crystal::Formatter
Crystal::Visitor
Reference
Object
Defined in:
source_type_formatter.cr
Constructors
.new
(source : String, signatures : Hash(String, Signature))
Instance Method Summary
#added_types?
: Bool
#visit
(node : Crystal::Def)
#visit
(node : Crystal::Arg)
Constructor Detail
def self.
new
(source : String, signatures : Hash(String,
Signature
))
#
[
View source
]
Instance Method Detail
def
added_types?
: Bool
#
[
View source
]
def
visit
(node : Crystal::Def)
#
[
View source
]
def
visit
(node : Crystal::Arg)
#
[
View source
]