Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_search_vectorhighlight_FieldTermStack_H
#define org_apache_lucene_search_vectorhighlight_FieldTermStack_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class String;
class Class;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace vectorhighlight {
class FieldTermStack$TermInfo;
class FieldQuery;
}
}
namespace index {
class IndexReader;
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace vectorhighlight {
class FieldTermStack : public ::java::lang::Object {
public:
enum {
mid_init$_dfb7d4fa5214c10a,
mid_getFieldName_a6d454b6117bc1ba,
mid_isEmpty_c20c2fcd6b89d9a9,
mid_pop_bdef32a93d3eafd5,
mid_push_84d4c9a2f768d2f7,
max_mid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static bool live$;
static jclass initializeClass(bool);
explicit FieldTermStack(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
FieldTermStack(const FieldTermStack& obj) : ::java::lang::Object(obj) {}
FieldTermStack(const ::org::apache::lucene::index::IndexReader &, jint, const ::java::lang::String &, const ::org::apache::lucene::search::vectorhighlight::FieldQuery &);
::java::lang::String getFieldName() const;
jboolean isEmpty() const;
::org::apache::lucene::search::vectorhighlight::FieldTermStack$TermInfo pop() const;
void push(const ::org::apache::lucene::search::vectorhighlight::FieldTermStack$TermInfo &) const;
};
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace search {
namespace vectorhighlight {
extern PyType_Def PY_TYPE_DEF(FieldTermStack);
extern PyTypeObject *PY_TYPE(FieldTermStack);
class t_FieldTermStack {
public:
PyObject_HEAD
FieldTermStack object;
static PyObject *wrap_Object(const FieldTermStack&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
#endif