KJS::ConditionalNode Class Reference
The ternary operator, "logical ? expr1 : expr2". More...
#include <nodes.h>
Inherits KJS::Node.
Public Member Functions | |
ConditionalNode (Node *l, Node *e1, Node *e2) | |
virtual void | ref () |
virtual bool | deref () |
virtual Value | evaluate (ExecState *exec) const |
virtual void | streamTo (SourceStream &s) const |
Detailed Description
The ternary operator, "logical ? expr1 : expr2".Definition at line 615 of file nodes.h.
The documentation for this class was generated from the following files: