Mercurial > pub > dyncall > bindings
comparison java/jdc/org_dyncall_callvm.h @ 0:0cfcc391201f
initial from svn dyncall-1745
author | Daniel Adler |
---|---|
date | Thu, 19 Mar 2015 22:26:28 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:0cfcc391201f |
---|---|
1 /* DO NOT EDIT THIS FILE - it is machine generated */ | |
2 #include <jni.h> | |
3 /* Header for class org_dyncall_callvm */ | |
4 | |
5 #ifndef _Included_org_dyncall_callvm | |
6 #define _Included_org_dyncall_callvm | |
7 #ifdef __cplusplus | |
8 extern "C" { | |
9 #endif | |
10 /* | |
11 * Class: org_dyncall_callvm | |
12 * Method: reset | |
13 * Signature: ()V | |
14 */ | |
15 JNIEXPORT void JNICALL Java_org_dyncall_callvm_reset | |
16 (JNIEnv *, jobject); | |
17 | |
18 /* | |
19 * Class: org_dyncall_callvm | |
20 * Method: argBool | |
21 * Signature: (Z)V | |
22 */ | |
23 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argBool | |
24 (JNIEnv *, jobject, jboolean); | |
25 | |
26 /* | |
27 * Class: org_dyncall_callvm | |
28 * Method: argByte | |
29 * Signature: (B)V | |
30 */ | |
31 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argByte | |
32 (JNIEnv *, jobject, jbyte); | |
33 | |
34 /* | |
35 * Class: org_dyncall_callvm | |
36 * Method: argShort | |
37 * Signature: (S)V | |
38 */ | |
39 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argShort | |
40 (JNIEnv *, jobject, jshort); | |
41 | |
42 /* | |
43 * Class: org_dyncall_callvm | |
44 * Method: argInt | |
45 * Signature: (I)V | |
46 */ | |
47 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argInt | |
48 (JNIEnv *, jobject, jint); | |
49 | |
50 /* | |
51 * Class: org_dyncall_callvm | |
52 * Method: argLong | |
53 * Signature: (J)V | |
54 */ | |
55 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argLong | |
56 (JNIEnv *, jobject, jlong); | |
57 | |
58 /* | |
59 * Class: org_dyncall_callvm | |
60 * Method: argChar | |
61 * Signature: (C)V | |
62 */ | |
63 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argChar | |
64 (JNIEnv *, jobject, jchar); | |
65 | |
66 /* | |
67 * Class: org_dyncall_callvm | |
68 * Method: argFloat | |
69 * Signature: (F)V | |
70 */ | |
71 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argFloat | |
72 (JNIEnv *, jobject, jfloat); | |
73 | |
74 /* | |
75 * Class: org_dyncall_callvm | |
76 * Method: argDouble | |
77 * Signature: (D)V | |
78 */ | |
79 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argDouble | |
80 (JNIEnv *, jobject, jdouble); | |
81 | |
82 /* | |
83 * Class: org_dyncall_callvm | |
84 * Method: argPointer | |
85 * Signature: (J)V | |
86 */ | |
87 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argPointer__J | |
88 (JNIEnv *, jobject, jlong); | |
89 | |
90 /* | |
91 * Class: org_dyncall_callvm | |
92 * Method: argPointer | |
93 * Signature: (Ljava/lang/Object;)V | |
94 */ | |
95 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argPointer__Ljava_lang_Object_2 | |
96 (JNIEnv *, jobject, jobject); | |
97 | |
98 /* | |
99 * Class: org_dyncall_callvm | |
100 * Method: argString | |
101 * Signature: (Ljava/lang/String;)V | |
102 */ | |
103 JNIEXPORT void JNICALL Java_org_dyncall_callvm_argString | |
104 (JNIEnv *, jobject, jstring); | |
105 | |
106 /* | |
107 * Class: org_dyncall_callvm | |
108 * Method: callVoid | |
109 * Signature: (J)V | |
110 */ | |
111 JNIEXPORT void JNICALL Java_org_dyncall_callvm_callVoid | |
112 (JNIEnv *, jobject, jlong); | |
113 | |
114 /* | |
115 * Class: org_dyncall_callvm | |
116 * Method: callInt | |
117 * Signature: (J)I | |
118 */ | |
119 JNIEXPORT jint JNICALL Java_org_dyncall_callvm_callInt | |
120 (JNIEnv *, jobject, jlong); | |
121 | |
122 #ifdef __cplusplus | |
123 } | |
124 #endif | |
125 #endif |