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

Detailed Description
Definition at line 642 of file nodes.h.
Public Member Functions | |
| PrefixNode (LocationNode *l, Operator o) | |
| JSValue * | evaluate (ExecState *) |
| void | streamTo (SourceStream &) const |
| void | recurseVisit (NodeVisitor *visitor) |
| Node * | optimizeLocalAccess (ExecState *exec, FunctionBodyNode *node) |
Protected Attributes | |
| RefPtr< LocationNode > | m_loc |
| Operator | m_oper |
Constructor & Destructor Documentation
| KJS::PrefixNode::PrefixNode | ( | LocationNode * | l, | |
| Operator | o | |||
| ) | [inline] |
Member Function Documentation
| void PrefixNode::streamTo | ( | SourceStream & | s | ) | const [virtual] |
| void KJS::PrefixNode::recurseVisit | ( | NodeVisitor * | visitor | ) | [virtual] |
| Node * KJS::PrefixNode::optimizeLocalAccess | ( | ExecState * | exec, | |
| FunctionBodyNode * | node | |||
| ) | [virtual] |
Member Data Documentation
RefPtr<LocationNode> KJS::PrefixNode::m_loc [protected] |
Operator KJS::PrefixNode::m_oper [protected] |
The documentation for this class was generated from the following files:
KDE 4.0 API Reference