MYPerl.h
最終更新:2009/10/24
001: /* DO NOT EDIT THIS FILE - it is machine generated */ 002: #include <jni.h> 003: /* Header for class MYPerl */ 004: 005: #ifndef _Included_MYPerl 006: #define _Included_MYPerl 007: #ifdef __cplusplus 008: extern "C" { 009: #endif 010: /* 011: * Class: MYPerl 012: * Method: _start 013: * Signature: ()V 014: */ 015: JNIEXPORT void JNICALL Java_MYPerl__1start 016: (JNIEnv *, jclass); 017: 018: /* 019: * Class: MYPerl 020: * Method: _stop 021: * Signature: ()V 022: */ 023: JNIEXPORT void JNICALL Java_MYPerl__1stop 024: (JNIEnv *, jclass); 025: 026: /* 027: * Class: MYPerl 028: * Method: _initialize 029: * Signature: ()I 030: */ 031: JNIEXPORT jint JNICALL Java_MYPerl__1initialize 032: (JNIEnv *, jobject); 033: 034: /* 035: * Class: MYPerl 036: * Method: _terminate 037: * Signature: (I)V 038: */ 039: JNIEXPORT void JNICALL Java_MYPerl__1terminate 040: (JNIEnv *, jobject, jint); 041: 042: /* 043: * Class: MYPerl 044: * Method: _eval 045: * Signature: (ILjava/lang/String;)I 046: */ 047: JNIEXPORT jint JNICALL Java_MYPerl__1eval 048: (JNIEnv *, jobject, jint, jstring); 049: 050: /* 051: * Class: MYPerl 052: * Method: _getSvPV 053: * Signature: (II)Ljava/lang/String; 054: */ 055: JNIEXPORT jstring JNICALL Java_MYPerl__1getSvPV 056: (JNIEnv *, jobject, jint, jint); 057: 058: /* 059: * Class: MYPerl 060: * Method: _load_module 061: * Signature: (ILjava/lang/String;)V 062: */ 063: JNIEXPORT void JNICALL Java_MYPerl__1load_1module 064: (JNIEnv *, jobject, jint, jstring); 065: 066: #ifdef __cplusplus 067: } 068: #endif 069: #endif
KAKU PROJECT (2009) |