// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __org_apache_lucene_search_spans_SpanNotQuery$1__
#define __org_apache_lucene_search_spans_SpanNotQuery$1__

#pragma interface

#include <java/lang/Object.h>

extern "Java"
{
  namespace org
  {
    namespace apache
    {
      namespace lucene
      {
        namespace index
        {
          class IndexReader;
        }
        namespace search
        {
          namespace spans
          {
            class SpanNotQuery$1;
            class SpanNotQuery;
            class Spans;
          }
        }
      }
    }
  }
}

class org::apache::lucene::search::spans::SpanNotQuery$1 : public ::java::lang::Object
{
public: // actually package-private
  SpanNotQuery$1 (::org::apache::lucene::search::spans::SpanNotQuery *, ::org::apache::lucene::index::IndexReader *);
public:
  virtual jboolean next ();
  virtual jboolean skipTo (jint);
  virtual jint doc ();
  virtual jint start ();
  virtual jint end ();
  virtual ::java::lang::String *toString ();
private:
  ::org::apache::lucene::search::spans::Spans * __attribute__((aligned(__alignof__( ::java::lang::Object )))) includeSpans;
  jboolean moreInclude;
  ::org::apache::lucene::search::spans::Spans *excludeSpans;
  jboolean moreExclude;
  ::org::apache::lucene::index::IndexReader *val$reader;
  ::org::apache::lucene::search::spans::SpanNotQuery *this$0;

  friend class org_apache_lucene_search_spans_SpanNotQuery$1;
public:

  static ::java::lang::Class class$;
};

#endif /* __org_apache_lucene_search_spans_SpanNotQuery$1__ */
