◆ TernaryOp()
◆ alwaysReturns()
virtual bool juce::littlefoot::Compiler::Statement::alwaysReturns |
( |
| ) |
const |
|
inlinevirtualinherited |
◆ emit()
void juce::littlefoot::Compiler::TernaryOp::emit |
( |
CodeGenerator & |
cg, |
|
|
Type |
requiredType, |
|
|
int |
stackDepth |
|
) |
| const |
|
inlineoverridevirtual |
◆ getType()
◆ simplify()
◆ visitSubStatements()
void juce::littlefoot::Compiler::TernaryOp::visitSubStatements |
( |
Statement::Visitor & |
visit | ) |
const |
|
inlineoverridevirtual |
◆ condition
ExpPtr juce::littlefoot::Compiler::TernaryOp::condition |
◆ falseBranch
ExpPtr juce::littlefoot::Compiler::TernaryOp::falseBranch |
◆ location
CodeLocation juce::littlefoot::Compiler::Statement::location |
|
inherited |
◆ parentBlock
BlockPtr juce::littlefoot::Compiler::Statement::parentBlock |
|
inherited |
◆ trueBranch
ExpPtr juce::littlefoot::Compiler::TernaryOp::trueBranch |
The documentation for this struct was generated from the following file: