class Kaze::Expr::Literal

Defined in:

expr.cr

Constructors

Instance Method Summary

Instance methods inherited from class Kaze::Expr

accept(visitor : Visitor) accept

Constructor Detail

def self.new(value : VG) #

[View source]

Instance Method Detail

def accept(visitor : Visitor) #

[View source]
def value : Bool | Float64 | Kaze::Callable | Kaze::Instance | String | Nil #

[View source]