Lines Matching refs:ConditionalStatement
60 { getWeight<ConditionalStatement>, create<ConditionalStatement> } in chooseStatement()
355 ConditionalStatement::ConditionalStatement (GeneratorState&) in ConditionalStatement() function in rsg::ConditionalStatement
362 ConditionalStatement::~ConditionalStatement (void) in ~ConditionalStatement()
369 bool ConditionalStatement::isElseBlockRequired (const GeneratorState& state) const in isElseBlockRequired()
373 const ConditionalStatement* curChild = this; in isElseBlockRequired()
378 …const ConditionalStatement* curParent = dynamic_cast<const ConditionalStatement*>(state.getStateme… in isElseBlockRequired()
394 Statement* ConditionalStatement::createNextChild (GeneratorState& state) in createNextChild()
451 return dynamic_cast<const ConditionalStatement*>(statement) != DE_NULL; in isConditionalStatement()
456 void ConditionalStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()
497 void ConditionalStatement::execute (ExecutionContext& execCtx) const in execute()
527 float ConditionalStatement::getWeight (const GeneratorState& state) in getWeight()