PPL Configured Java Language Interface  1.2
parma_polyhedra_library_PIP_Decision_Node.h
Go to the documentation of this file.
1 /* DO NOT EDIT THIS FILE - it is machine generated */
2 #include <jni.h>
3 /* Header for class parma_polyhedra_library_PIP_Decision_Node */
4 
5 #ifndef _Included_parma_polyhedra_library_PIP_Decision_Node
6 #define _Included_parma_polyhedra_library_PIP_Decision_Node
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 /*
11  * Class: parma_polyhedra_library_PIP_Decision_Node
12  * Method: child_node
13  * Signature: (Z)Lparma_polyhedra_library/PIP_Tree_Node;
14  */
16  (JNIEnv *, jobject, jboolean);
17 
18 #ifdef __cplusplus
19 }
20 #endif
21 #endif
JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Decision_1Node_child_1node(JNIEnv *, jobject, jboolean)