Lines Matching refs:BlockStatement
41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL;
57 { getWeight<BlockStatement>, create<BlockStatement> },
139 BlockStatement::BlockStatement (GeneratorState& state)
144 void BlockStatement::init (GeneratorState& state)
153 BlockStatement::~BlockStatement (void)
160 void BlockStatement::addChild (Statement* statement)
173 Statement* BlockStatement::createNextChild (GeneratorState& state)
190 float BlockStatement::getWeight (const GeneratorState& state)
203 void BlockStatement::tokenize (GeneratorState& state, TokenStream& str) const
213 void BlockStatement::execute (ExecutionContext& execCtx) const
445 return dynamic_cast<const BlockStatement*>(statement) != DE_NULL;