#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::FieldLessNode:
Public Methods | |
FieldLessNode (RawExtentNode *field, UINT64 constant) | |
FieldLessNode (Unpacker &unpacker) | |
std::string | typeName () const |
std::string | queryText () const |
UINT64 | getConstant () const |
RawExtentNode * | getField () |
bool | operator== (Node &node) |
Node * | copy (Copier &copier) |
void | walk (Walker &walker) |
void | pack (Packer &packer) |
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |