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

Detailed Description
expr1 && expr2, expr1 || expr2Definition at line 712 of file nodes.h.
Public Member Functions | |
| BinaryLogicalNode (Node *e1, Operator o, Node *e2) | |
| JSValue * | evaluate (ExecState *) |
| virtual void | streamTo (SourceStream &) const |
| virtual void | recurseVisit (NodeVisitor *visitor) |
Constructor & Destructor Documentation
Member Function Documentation
| void BinaryLogicalNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::BinaryLogicalNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference