Merged gcj-eclipse branch to trunk.
[official-gcc.git] / libjava / javax / xml / xpath / XPathFunction.h
blobadc763612801a55e1b880d1d77210e2bfa7e09be
2 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
4 #ifndef __javax_xml_xpath_XPathFunction__
5 #define __javax_xml_xpath_XPathFunction__
7 #pragma interface
9 #include <java/lang/Object.h>
10 extern "Java"
12 namespace javax
14 namespace xml
16 namespace xpath
18 class XPathFunction;
24 class javax::xml::xpath::XPathFunction : public ::java::lang::Object
27 public:
28 virtual ::java::lang::Object * evaluate(::java::util::List *) = 0;
29 static ::java::lang::Class class$;
30 } __attribute__ ((java_interface));
32 #endif // __javax_xml_xpath_XPathFunction__