abstract class Ast::Expression

Direct Known Subclasses

Defined in:

ast.cr

Instance Method Summary

Instance methods inherited from class Ast::Node

to_s(io) to_s, token_literal : String token_literal

Instance methods inherited from class Object

also(& : self | Nil -> _) : self also, or_else(alternative) or_else

Instance Method Detail

def <=>(other : Expression) #

[View source]