PPL Configured Java Language Interface  0.12.1
parma_polyhedra_library_PIP_Decision_Node.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 parma_polyhedra_library_PIP_Decision_Node */
00004 
00005 #ifndef _Included_parma_polyhedra_library_PIP_Decision_Node
00006 #define _Included_parma_polyhedra_library_PIP_Decision_Node
00007 #ifdef __cplusplus
00008 extern "C" {
00009 #endif
00010 /*
00011  * Class:     parma_polyhedra_library_PIP_Decision_Node
00012  * Method:    child_node
00013  * Signature: (Z)Lparma_polyhedra_library/PIP_Tree_Node;
00014  */
00015 JNIEXPORT jobject JNICALL Java_parma_1polyhedra_1library_PIP_1Decision_1Node_child_1node
00016   (JNIEnv *, jobject, jboolean);
00017 
00018 #ifdef __cplusplus
00019 }
00020 #endif
00021 #endif