summaryrefslogtreecommitdiff
path: root/libjava/gnu/xml/stream/XMLParser$ContentParticle.h
blob: 3ac0ad187ba56ba64b61a08dd991c5406667cc22 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-

#ifndef __gnu_xml_stream_XMLParser$ContentParticle__
#define __gnu_xml_stream_XMLParser$ContentParticle__

#pragma interface

#include <java/lang/Object.h>
extern "Java"
{
  namespace gnu
  {
    namespace xml
    {
      namespace stream
      {
          class XMLParser;
          class XMLParser$ContentParticle;
      }
    }
  }
}

class gnu::xml::stream::XMLParser$ContentParticle : public ::java::lang::Object
{

public: // actually package-private
  XMLParser$ContentParticle(::gnu::xml::stream::XMLParser *);
  jint __attribute__((aligned(__alignof__( ::java::lang::Object)))) min;
  jint max;
  ::java::lang::Object * content;
  ::gnu::xml::stream::XMLParser * this$0;
public:
  static ::java::lang::Class class$;
};

#endif // __gnu_xml_stream_XMLParser$ContentParticle__