Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
lucene / include / org / apache / lucene / util / fst / Util$FSTPath.h
Size: Mime:
#ifndef org_apache_lucene_util_fst_Util$FSTPath_H
#define org_apache_lucene_util_fst_Util$FSTPath_H

#include "java/lang/Object.h"

namespace java {
  namespace lang {
    class Class;
    class String;
    class CharSequence;
  }
}
namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace fst {
          class FST$Arc;
          class Util$FSTPath;
        }
        class IntsRefBuilder;
      }
    }
  }
}
template<class T> class JArray;

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace fst {

          class Util$FSTPath : public ::java::lang::Object {
           public:
            enum {
              mid_init$_8de9f6c2bc5756dd,
              mid_init$_10c8059e2b16cc34,
              mid_newPath_b07f77cfc9b9e552,
              mid_toString_a6d454b6117bc1ba,
              max_mid
            };

            enum {
              fid_arc,
              fid_boost,
              fid_context,
              fid_input,
              fid_output,
              fid_payload,
              max_fid
            };

            static ::java::lang::Class *class$;
            static jmethodID *mids$;
            static jfieldID *fids$;
            static bool live$;
            static jclass initializeClass(bool);

            explicit Util$FSTPath(jobject obj) : ::java::lang::Object(obj) {
              if (obj != NULL && mids$ == NULL)
                env->getClass(initializeClass);
            }
            Util$FSTPath(const Util$FSTPath& obj) : ::java::lang::Object(obj) {}

            ::org::apache::lucene::util::fst::FST$Arc _get_arc() const;
            void _set_arc(const ::org::apache::lucene::util::fst::FST$Arc &) const;
            jfloat _get_boost() const;
            ::java::lang::CharSequence _get_context() const;
            ::org::apache::lucene::util::IntsRefBuilder _get_input() const;
            ::java::lang::Object _get_output() const;
            void _set_output(const ::java::lang::Object &) const;
            jint _get_payload() const;
            void _set_payload(jint) const;

            Util$FSTPath(const ::java::lang::Object &, const ::org::apache::lucene::util::fst::FST$Arc &, const ::org::apache::lucene::util::IntsRefBuilder &);
            Util$FSTPath(const ::java::lang::Object &, const ::org::apache::lucene::util::fst::FST$Arc &, const ::org::apache::lucene::util::IntsRefBuilder &, jfloat, const ::java::lang::CharSequence &, jint);

            Util$FSTPath newPath(const ::java::lang::Object &, const ::org::apache::lucene::util::IntsRefBuilder &) const;
            ::java::lang::String toString() const;
          };
        }
      }
    }
  }
}

#include <Python.h>

namespace org {
  namespace apache {
    namespace lucene {
      namespace util {
        namespace fst {
          extern PyType_Def PY_TYPE_DEF(Util$FSTPath);
          extern PyTypeObject *PY_TYPE(Util$FSTPath);

          class t_Util$FSTPath {
          public:
            PyObject_HEAD
            Util$FSTPath object;
            PyTypeObject *parameters[1];
            static PyTypeObject **parameters_(t_Util$FSTPath *self)
            {
              return (PyTypeObject **) &(self->parameters);
            }
            static PyObject *wrap_Object(const Util$FSTPath&);
            static PyObject *wrap_jobject(const jobject&);
            static PyObject *wrap_Object(const Util$FSTPath&, PyTypeObject *);
            static PyObject *wrap_jobject(const jobject&, PyTypeObject *);
            static void install(PyObject *module);
            static void initialize(PyObject *module);
          };
        }
      }
    }
  }
}

#endif