class

Dragonstone::AST::ConditionalExpression

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

Constructors

new(condition : Node, then_branch : Node, else_branch : Node, location : Location | Nil = nil)
Source

Instance methods

accept(visitor)
Source
condition
Source
else_branch
Source
then_branch
Source
to_source
Source