KJS::ConditionalNode Class Reference
#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 |
Public Member Functions inherited from KJS::Node | |
| virtual Type | type () const |
| virtual Reference | evaluateReference (ExecState *exec) const |
| virtual Value | evaluate (ExecState *exec) const |
| virtual bool | toBoolean (ExecState *exec) const |
| virtual double | toNumber (ExecState *exec) const |
| virtual UString | toString (ExecState *exec) const |
| UString | toCode () const |
| virtual void | streamTo (SourceStream &s) const =0 |
| virtual void | processVarDecls (ExecState *) |
| int | lineNo () const |
| virtual void | ref () |
| virtual bool | deref () |
Additional Inherited Members | |
Protected Member Functions inherited from KJS::Node | |
| Value | throwError (ExecState *exec, ErrorType e, const char *msg) const |
| Value | throwError (ExecState *exec, ErrorType e, const char *msg, const Value &v, const Node *expr) const |
| Value | throwError (ExecState *exec, ErrorType e, const char *msg, Identifier label) const |
| void | setExceptionDetailsIfNeeded (ExecState *exec) const |
| virtual int | sourceId () const |
Protected Attributes inherited from KJS::Node | |
| int | line |
| unsigned int | refcount |
Detailed Description
The documentation for this class was generated from the following files:
Trinity API Reference
Public Member Functions inherited from