class Ast::Literal

Defined in:

ast/ast.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(value : String | Float32 | Bool | Nil) #

[View source]

Instance Method Detail

def display #

[View source]
def value : String | Float32 | Bool | Nil #