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