abstract class FayrantLang::AST::Statement
- FayrantLang::AST::Statement
- Reference
- Object
Direct Known Subclasses
- FayrantLang::AST::BreakStatement
- FayrantLang::AST::ClassDeclarationStatement
- FayrantLang::AST::ContinueStatement
- FayrantLang::AST::EmptyStatement
- FayrantLang::AST::ExprStatement
- FayrantLang::AST::ForStatement
- FayrantLang::AST::FunctionDeclarationStatement
- FayrantLang::AST::IfStatement
- FayrantLang::AST::ObjectFieldAssignmentStatement
- FayrantLang::AST::ReturnStatement
- FayrantLang::AST::VariableAssignmentStatement
- FayrantLang::AST::VariableDeclarationStatement
- FayrantLang::AST::WhileStatement
Defined in:
ast/statement.crInstance Method Summary
-
#==(other)
Returns
false
(other can only be aValue
here). - #exec(ctx : Context) : Tuple(ExecResult, AnyValue)
Instance Method Detail
def ==(other)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).