class

Dragonstone::AST::BinaryOp

Inherits Dragonstone::AST::Node < Reference < Object

Constructors

new(left : Node, operator : Symbol, right : Node, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
left
Source
operator
Source
right
Source
to_source(io : IO)
Source