Repository URL to install this package:
|
Version:
7.7.1 ▾
|
#ifndef org_apache_lucene_analysis_ko_dict_TokenInfoFST_H
#define org_apache_lucene_analysis_ko_dict_TokenInfoFST_H
#include "java/lang/Object.h"
namespace java {
namespace lang {
class Class;
class Long;
}
namespace io {
class IOException;
}
}
namespace org {
namespace apache {
namespace lucene {
namespace util {
namespace fst {
class FST$Arc;
class FST;
class FST$BytesReader;
}
}
}
}
}
template<class T> class JArray;
namespace org {
namespace apache {
namespace lucene {
namespace analysis {
namespace ko {
namespace dict {
class TokenInfoFST : public ::java::lang::Object {
public:
enum {
mid_init$_cc846c88efea6f4c,
mid_findTargetArc_08526899286ff41f,
mid_getBytesReader_6ca1e6d5a0e92d96,
mid_getFirstArc_59a87bd4f602214a,
max_mid
};
enum {
fid_NO_OUTPUT,
max_fid
};
static ::java::lang::Class *class$;
static jmethodID *mids$;
static jfieldID *fids$;
static bool live$;
static jclass initializeClass(bool);
explicit TokenInfoFST(jobject obj) : ::java::lang::Object(obj) {
if (obj != NULL && mids$ == NULL)
env->getClass(initializeClass);
}
TokenInfoFST(const TokenInfoFST& obj) : ::java::lang::Object(obj) {}
::java::lang::Long _get_NO_OUTPUT() const;
TokenInfoFST(const ::org::apache::lucene::util::fst::FST &);
::org::apache::lucene::util::fst::FST$Arc findTargetArc(jint, const ::org::apache::lucene::util::fst::FST$Arc &, const ::org::apache::lucene::util::fst::FST$Arc &, jboolean, const ::org::apache::lucene::util::fst::FST$BytesReader &) const;
::org::apache::lucene::util::fst::FST$BytesReader getBytesReader() const;
::org::apache::lucene::util::fst::FST$Arc getFirstArc(const ::org::apache::lucene::util::fst::FST$Arc &) const;
};
}
}
}
}
}
}
#include <Python.h>
namespace org {
namespace apache {
namespace lucene {
namespace analysis {
namespace ko {
namespace dict {
extern PyType_Def PY_TYPE_DEF(TokenInfoFST);
extern PyTypeObject *PY_TYPE(TokenInfoFST);
class t_TokenInfoFST {
public:
PyObject_HEAD
TokenInfoFST object;
static PyObject *wrap_Object(const TokenInfoFST&);
static PyObject *wrap_jobject(const jobject&);
static void install(PyObject *module);
static void initialize(PyObject *module);
};
}
}
}
}
}
}
#endif