Member predicate TernaryIfExpr::getCondition
Gets the condition expression. For example, the result is foo
in the
following:
if foo
bar = 1
end
Gets the condition expression. For example, the result is foo
in the
following:
if foo
bar = 1
end