Java/Common/Parser/FileParser.h

Go to the documentation of this file.
00001 /* DO NOT EDIT THIS FILE - it is machine generated */
00002 #include <jni.h>
00003 /* Header for class Java_Common_Parser_Parser */
00004 
00005 #ifndef _Included_Java_Common_Parser_Parser
00006 #define _Included_Java_Common_Parser_Parser
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 /*
00011  * Class:     Java_Common_Parser_Parser
00012  * Method:    yyparse
00013  * Signature: ()I
00014  */
00015 JNIEXPORT jint JNICALL Java_Java_Common_Parser_Parser_yyparse
00016   (JNIEnv *, jobject);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 #endif