XPathParser$YyTableClass.h 674 B

12345678910111213141516171819202122232425262728293031323334353637
  1. // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
  2. #ifndef __gnu_xml_xpath_XPathParser$YyTableClass__
  3. #define __gnu_xml_xpath_XPathParser$YyTableClass__
  4. #pragma interface
  5. #include <java/lang/Object.h>
  6. #include <gcj/array.h>
  7. extern "Java"
  8. {
  9. namespace gnu
  10. {
  11. namespace xml
  12. {
  13. namespace xpath
  14. {
  15. class XPathParser$YyTableClass;
  16. }
  17. }
  18. }
  19. }
  20. class gnu::xml::xpath::XPathParser$YyTableClass : public ::java::lang::Object
  21. {
  22. public: // actually protected
  23. XPathParser$YyTableClass();
  24. public:
  25. static JArray< jshort > * yyTable;
  26. static ::java::lang::Class class$;
  27. };
  28. #endif // __gnu_xml_xpath_XPathParser$YyTableClass__