abstract class FayrantLang::AST::Expr
- FayrantLang::AST::Expr
- Reference
- Object
Direct Known Subclasses
- FayrantLang::AST::BinaryExpr
- FayrantLang::AST::FunctionCallExpr
- FayrantLang::AST::LiteralExpr(T)
- FayrantLang::AST::ObjectAccessExpr
- FayrantLang::AST::StringLiteralExpr
- FayrantLang::AST::UnaryExpr
- FayrantLang::AST::VariableExpr
Defined in:
ast/expression.crInstance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #eval(ctx : Context) : AnyValue
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).