KJS
KJS::BlockNode Class Reference
#include <nodes.h>
Inheritance diagram for KJS::BlockNode:

Detailed Description
Definition at line 880 of file nodes.h.
Public Member Functions | |
| BlockNode (SourceElementsNode *s) | |
| virtual Completion | execute (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Protected Attributes | |
| RefPtr< SourceElementsNode > | source |
Constructor & Destructor Documentation
| KJS::BlockNode::BlockNode | ( | SourceElementsNode * | s | ) |
Member Function Documentation
| Completion KJS::BlockNode::execute | ( | ExecState * | exec | ) | [virtual] |
| void BlockNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::BlockNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
Member Data Documentation
RefPtr<SourceElementsNode> KJS::BlockNode::source [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference