module Lit::Expr::Visitor
Direct including types
Defined in:
lit/expr.cr
Instance Method Summary
Instance Method Detail
abstract
def
visit_assign_expr(expr :
Assign)
#
abstract
def
visit_binary_expr(expr :
Binary)
#
abstract
def
visit_grouping_expr(expr :
Grouping)
#
abstract
def
visit_literal_expr(expr :
Literal)
#
abstract
def
visit_logical_expr(expr :
Logical)
#
abstract
def
visit_ternary_expr(expr :
Ternary)
#
abstract
def
visit_unary_expr(expr :
Unary)
#
abstract
def
visit_variable_expr(expr :
Variable)
#