class FayrantLang::AST::ObjectAccessExpr

Defined in:

ast/expression.cr

Constructors

Instance Method Summary

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

==(other) ==, eval(ctx : Context) : AnyValue eval

Constructor Detail

def self.new(obj : Expr, field : String) #

[View source]

Instance Method Detail

def ==(other : ObjectAccessExpr) #

[View source]
def eval(ctx : Context) : AnyValue #

[View source]
def field : String #

[View source]

[View source]