Java/Common/Enviroment/CommonEnviromentParser.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_Enviroment_CommonEnviromentParser */
00004 
00005 #ifndef _Included_Java_Common_Enviroment_CommonEnviromentParser
00006 #define _Included_Java_Common_Enviroment_CommonEnviromentParser
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 /*
00011  * Class:     Java_Common_Enviroment_CommonEnviromentParser
00012  * Method:    yyparse
00013  * Signature: (Ljava/lang/String;)I
00014  */
00015 JNIEXPORT jint JNICALL Java_Java_Common_Enviroment_CommonEnviromentParser_yyparse
00016   (JNIEnv *, jobject, jstring);
00017 
00018 /*
00019  * Class:     Java_Common_Enviroment_CommonEnviromentParser
00020  * Method:    find
00021  * Signature: (Ljava/lang/String;)Z
00022  */
00023 JNIEXPORT jboolean JNICALL Java_Java_Common_Enviroment_CommonEnviromentParser_find
00024   (JNIEnv *, jobject, jstring);
00025 
00026 /*
00027  * Class:     Java_Common_Enviroment_CommonEnviromentParser
00028  * Method:    type
00029  * Signature: (Ljava/lang/String;)I
00030  */
00031 JNIEXPORT jint JNICALL Java_Java_Common_Enviroment_CommonEnviromentParser_type
00032   (JNIEnv *, jobject, jstring);
00033 
00034 /*
00035  * Class:     Java_Common_Enviroment_CommonEnviromentParser
00036  * Method:    nargument
00037  * Signature: (Ljava/lang/String;)D
00038  */
00039 JNIEXPORT jdouble JNICALL Java_Java_Common_Enviroment_CommonEnviromentParser_nargument
00040   (JNIEnv *, jobject, jstring);
00041 
00042 /*
00043  * Class:     Java_Common_Enviroment_CommonEnviromentParser
00044  * Method:    aargument
00045  * Signature: (Ljava/lang/String;)Ljava/lang/String;
00046  */
00047 JNIEXPORT jstring JNICALL Java_Java_Common_Enviroment_CommonEnviromentParser_aargument
00048   (JNIEnv *, jobject, jstring);
00049 
00050 #ifdef __cplusplus
00051 }
00052 #endif
00053 #endif