class FayrantLang::AST::ObjectFieldAssignmentStatement

Defined in:

ast/statement.cr

Constructors

Instance Method Summary

Instance methods inherited from class FayrantLang::AST::Statement

==(other) ==, exec(ctx : Context) : Tuple(ExecResult, AnyValue) exec

Constructor Detail

def self.new(obj_expr : Expr, field_name : String, expr : Expr) #

[View source]

Instance Method Detail


[View source]
def exec(ctx : Context) : Tuple(ExecResult, AnyValue) #

[View source]

[View source]
def field_name : String #

[View source]
def obj_expr : FayrantLang::AST::Expr #

[View source]