home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / jpl / PerlInterpreter / PerlInterpreter.h < prev    next >
C/C++ Source or Header  |  1999-09-14  |  601b  |  30 lines

  1. /* DO NOT EDIT THIS FILE - it is machine generated */
  2. #include <jni.h>
  3. /* Header for class PerlInterpreter */
  4.  
  5. #ifndef _Included_PerlInterpreter
  6. #define _Included_PerlInterpreter
  7. #ifdef __cplusplus
  8. extern "C" {
  9. #endif
  10. /*
  11.  * Class:     PerlInterpreter
  12.  * Method:    init
  13.  * Signature: (Ljava/lang/String;)V
  14.  */
  15. JNIEXPORT void JNICALL Java_PerlInterpreter_init
  16.   (JNIEnv *, jobject, jstring);
  17.  
  18. /*
  19.  * Class:     PerlInterpreter
  20.  * Method:    eval
  21.  * Signature: (Ljava/lang/String;)V
  22.  */
  23. JNIEXPORT void JNICALL Java_PerlInterpreter_eval
  24.   (JNIEnv *, jobject, jstring);
  25.  
  26. #ifdef __cplusplus
  27. }
  28. #endif
  29. #endif
  30.