class Monkey::AST::ExpressionStatement

Defined in:

monkey/ast.cr

Constructors

Instance Method Summary

Instance methods inherited from class Monkey::AST::Statement

statement_node statement_node

Instance methods inherited from class Monkey::AST::Node

string : String string, token_literal : String token_literal

Constructor Detail

def self.new(token : Token::Token, expression : Expression) #

[View source]

Instance Method Detail

def expression : Expression #

[View source]
def statement_node #

[View source]
def string : String #

[View source]
def token_literal : String #

[View source]