Dragonstone::AST::ConditionalExpression
Inherits Dragonstone::AST::Node < Reference < Object
Constructors
new(condition : Node, then_branch : Node, else_branch : Node, location : Location | Nil = nil)
SourceInstance methods
accept(visitor)
Sourcecondition
Sourceelse_branch
Sourcethen_branch
Sourceto_source
Source