Node that implements a numeric comparison. More...
#include <SeExprNode.h>
Public Member Functions | |
SeExprCompareNode (const SeExpression *expr, SeExprNode *a, SeExprNode *b) | |
virtual bool | prep (bool wantVec) |
Node that implements a numeric comparison.
Definition at line 233 of file SeExprNode.h.
SeExprCompareNode::SeExprCompareNode | ( | const SeExpression * | expr, | |
SeExprNode * | a, | |||
SeExprNode * | b | |||
) | [inline] |
Definition at line 236 of file SeExprNode.h.
bool SeExprCompareNode::prep | ( | bool | wantVec | ) | [virtual] |
Prepare the node (for parser use only). See the discussion at the start of SeExprNode.cpp for more info.
Reimplemented from SeExprNode.
Definition at line 421 of file SeExprNode.cpp.
References SeExprNode::_isVec, and SeExprNode::prep().