KJS::BinaryLogicalNode Class Reference
#include <nodes.h>
Inherits KJS::Node.
Public Member Functions | |
BinaryLogicalNode (Node *e1, Operator o, Node *e2) | |
virtual void | ref () |
virtual bool | deref () |
virtual Value | evaluate (ExecState *exec) const |
virtual void | streamTo (SourceStream &s) const |
![]() | |
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 | |
![]() | |
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 |
![]() | |
int | line |
unsigned int | refcount |
Detailed Description
The documentation for this class was generated from the following files: