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

Detailed Description
Definition at line 1256 of file nodes.h.
Public Member Functions | |
| CaseBlockNode (ClauseListNode *l1, CaseClauseNode *d, ClauseListNode *l2) | |
| JSValue * | evaluate (ExecState *) |
| Completion | evalBlock (ExecState *exec, JSValue *input) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Constructor & Destructor Documentation
| KJS::CaseBlockNode::CaseBlockNode | ( | ClauseListNode * | l1, | |
| CaseClauseNode * | d, | |||
| ClauseListNode * | l2 | |||
| ) |
Member Function Documentation
| Completion KJS::CaseBlockNode::evalBlock | ( | ExecState * | exec, | |
| JSValue * | input | |||
| ) |
| void CaseBlockNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::CaseBlockNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference