class compiler::TernaryExpr

sys::Obj
 compiler::Node
 compiler::Expr
 compiler::TernaryExpr

Source

TernaryExpr is used for the ternary expression <cond> ? <true> : <false>

condition

Expr condition

Source

falseExpr

Expr falseExpr

Source

make

new make(Expr condition, Expr trueExpr, Expr falseExpr)

Source

toStr

virtual override Str toStr()

Source

trueExpr

Expr trueExpr

Source

walkChildren

virtual override Void walkChildren(Visitor v)

Source

compiler 1.0.8226-Jun-2025 Thu 13:18:36 EDT

AltStyle によって変換されたページ (->オリジナル) /