class Monkey::AST::FunctionLiteral
Defined in:
monkey/ast.crConstructors
Instance Method Summary
- #body : BlockStatement
- #expression_node
- #parameters : Array(Identifier)
- #string : String
- #token : Token::Token
- #token_literal : String
Monkey::AST::Expression
Monkey::AST::Node