Public Member Functions | |
| AbstractTreeBuilder (ScriptCompiler *compiler) | |
| const AbstractNodeListPtr & | getResult () const |
| void | visit (ConcreteNode *node) |
Static Public Member Functions | |
| static void | visit (AbstractTreeBuilder *visitor, const ConcreteNodeList &nodes) |
Private Attributes | |
| ScriptCompiler * | mCompiler |
| AbstractNode * | mCurrent |
| AbstractNodeListPtr | mNodes |
Definition at line 298 of file OgreScriptCompiler.h.
| Ogre::ScriptCompiler::AbstractTreeBuilder::AbstractTreeBuilder | ( | ScriptCompiler * | compiler | ) |
| const AbstractNodeListPtr & Ogre::ScriptCompiler::AbstractTreeBuilder::getResult | ( | ) | const |
|
static |
| void Ogre::ScriptCompiler::AbstractTreeBuilder::visit | ( | ConcreteNode * | node | ) |
|
private |
Definition at line 303 of file OgreScriptCompiler.h.
|
private |
Definition at line 302 of file OgreScriptCompiler.h.
|
private |
Definition at line 301 of file OgreScriptCompiler.h.
Copyright © 2012 Torus Knot Software Ltd

This work is licensed under a Creative Commons Attribution-ShareAlike 3.0 Unported License.