KHTML
khtml::XPath::NumericOp Class Reference
#include <predicate.h>
Inheritance diagram for khtml::XPath::NumericOp:

Public Types | |
| enum | { OP_Add = 1, OP_Sub, OP_Mul, OP_Div, OP_Mod } |
Public Member Functions | |
| NumericOp (int opCode, Expression *lhs, Expression *rhs) | |
Public Member Functions inherited from khtml::XPath::BinaryExprBase | |
| virtual QString | dump () const |
Public Member Functions inherited from khtml::XPath::Expression | |
| Expression () | |
| virtual | ~Expression () |
| void | addSubExpression (Expression *expr) |
| virtual Value | evaluate () const |
| virtual bool | isConstant () const |
| void | optimize () |
Additional Inherited Members | |
Static Public Member Functions inherited from khtml::XPath::Expression | |
| static EvaluationContext & | evaluationContext () |
| static void | reportInvalidExpressionErr () |
| static void | reportNamespaceErr () |
Protected Member Functions inherited from khtml::XPath::BinaryExprBase | |
| virtual QString | opName () const =0 |
Detailed Description
Definition at line 79 of file predicate.h.
Member Enumeration Documentation
| anonymous enum |
Definition at line 82 of file predicate.h.
Constructor & Destructor Documentation
| NumericOp::NumericOp | ( | int | opCode, |
| Expression * | lhs, | ||
| Expression * | rhs | ||
| ) |
Definition at line 102 of file predicate.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Dec 10 2012 14:01:47 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Dec 10 2012 14:01:47 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
Public Member Functions inherited from