class

FayrantLang::AST::ObjectFieldAssignmentStatement

Inherits FayrantLang::AST::Statement / Reference / Object

Constructors

new(obj_expr : Expr, field_name : String, expr : Expr)
Source

Instance methods

==(other : ObjectFieldAssignmentStatement)
Source
exec(ctx : Context) : Tuple(ExecResult, AnyValue)
Source
expr
Source
field_name
Source
obj_expr
Source