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

Detailed Description
Definition at line 961 of file nodes.h.
Public Member Functions | |
| ForInNode (Node *l, Node *e, StatementNode *s) | |
| ForInNode (const Identifier &i, AssignExprNode *in, Node *e, StatementNode *s) | |
| virtual Completion | execute (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
| virtual bool | isIterationStatement () const |
Constructor & Destructor Documentation
| KJS::ForInNode::ForInNode | ( | Node * | l, | |
| Node * | e, | |||
| StatementNode * | s | |||
| ) |
| KJS::ForInNode::ForInNode | ( | const Identifier & | i, | |
| AssignExprNode * | in, | |||
| Node * | e, | |||
| StatementNode * | s | |||
| ) |
Member Function Documentation
| Completion KJS::ForInNode::execute | ( | ExecState * | exec | ) | [virtual] |
| void ForInNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::ForInNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
| virtual bool KJS::ForInNode::isIterationStatement | ( | ) | const [inline, virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference