class Axal::AST::VarBinding

Defined in:

lang/ast/var_binding.cr

Constructors

Instance Method Summary

Instance methods inherited from class Axal::AST::Expression

==(other) ==, children children, type type, value : Expression | ::Nil | String | ::Nil | Float64 | ::Nil | Bool | ::Nil value

Constructor methods inherited from class Axal::AST::Expression

new(value : Axal::AST::Expression | Bool | Float64 | String | ::Nil = nil) new

Constructor Detail

def self.new(left : Axal::AST::Identifier, right : Axal::AST::Expression | ::Nil) #

[View source]

Instance Method Detail

def ==(other : Expression) #

[View source]
def children #

[View source]
def left : Identifier #

[View source]
def right : Expression | ::Nil #

[View source]
def var_name_as_str #

[View source]