#include <QuerySpec.hpp>
Inheritance diagram for indri::lang::ExtentInside:
Public Member Functions | |
ExtentInside (RawExtentNode *inner, RawExtentNode *outer) | |
ExtentInside (Unpacker &unpacker) | |
virtual bool | operator== (Node &o) |
virtual std::string | typeName () const |
virtual UINT64 | hashCode () const |
std::string | queryText () const |
void | setInner (RawExtentNode *inner) |
void | setOuter (RawExtentNode *outer) |
RawExtentNode * | getInner () |
RawExtentNode * | getOuter () |
void | pack (Packer &packer) |
void | walk (Walker &walker) |
virtual Node * | copy (Copier &copier) |
Protected Attributes | |
RawExtentNode * | _inner |
RawExtentNode * | _outer |
|
|
|
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::NestedExtentInside, indri::lang::ExtentDescendant, indri::lang::ExtentChild, and indri::lang::ExtentParent. |
|
|
|
|
|
Implements indri::lang::Node. Reimplemented in indri::lang::NestedExtentInside, indri::lang::ExtentDescendant, indri::lang::ExtentChild, and indri::lang::ExtentParent. |
|
Reimplemented from indri::lang::Node. Reimplemented in indri::lang::NestedExtentInside, indri::lang::ExtentDescendant, indri::lang::ExtentChild, and indri::lang::ExtentParent. |
|
Implements indri::lang::Node. |
|
Implements indri::lang::Node. |
|
|
|
|
|
Reimplemented from indri::lang::Node. Reimplemented in indri::lang::NestedExtentInside, indri::lang::ExtentDescendant, indri::lang::ExtentChild, and indri::lang::ExtentParent. |
|
Implements indri::lang::Node. Reimplemented in indri::lang::ExtentDescendant, indri::lang::ExtentChild, and indri::lang::ExtentParent. |
|
|
|
|