#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::ExtentRestriction:
Public Methods | |
ExtentRestriction (Unpacker &unpacker) | |
ExtentRestriction (ScoredExtentNode *child, RawExtentNode *field) | |
std::string | typeName () const |
std::string | queryText () const |
ScoredExtentNode * | getChild () |
RawExtentNode * | getField () |
void | setChild (ScoredExtentNode *child) |
void | setField (RawExtentNode *field) |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
Node * | copy (Copier &copier) |
|
|
|
|
|
Implements indri::lang::Node. |
|
|
|
|
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. |
|
Implements indri::lang::Node. |