Public Member Functions | |
| HandlerNode (Common::String *nameIn, IDList *argsIn, NodeList *stmtsIn) | |
| virtual bool | accept (NodeVisitor *visitor) |
Public Member Functions inherited from Director::Node | |
| Node (NodeType t) | |
Public Attributes | |
| Common::String * | name |
| IDList * | args |
| NodeList * | stmts |
Public Attributes inherited from Director::Node | |
| NodeType | type |
| bool | isExpression |
| bool | isStatement |
| bool | isLoop |
| uint32 | startOffset |
| uint32 | endOffset |