PPL Configured Java Language Interface
1.2
|
#include <jni.h>
Go to the source code of this file.
Functions | |
JNIEXPORT jstring JNICALL | Java_parma_1polyhedra_1library_Constraint_ascii_1dump (JNIEnv *, jobject) |
JNIEXPORT jstring JNICALL | Java_parma_1polyhedra_1library_Constraint_toString (JNIEnv *, jobject) |
JNIEXPORT void JNICALL | Java_parma_1polyhedra_1library_Constraint_initIDs (JNIEnv *, jclass) |
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_ascii_1dump | ( | JNIEnv * | , |
jobject | |||
) |
Definition at line 1354 of file ppl_java_globals.cc.
References Parma_Polyhedra_Library::Constraint::ascii_dump(), and CATCH_ALL.
JNIEXPORT void JNICALL Java_parma_1polyhedra_1library_Constraint_initIDs | ( | JNIEnv * | , |
jclass | |||
) |
Definition at line 190 of file ppl_java_globals.cc.
References CHECK_RESULT_ASSERT, Parma_Polyhedra_Library::Interfaces::Java::Java_FMID_Cache::Constraint_init_ID, Parma_Polyhedra_Library::Interfaces::Java::Java_FMID_Cache::Constraint_kind_ID, Parma_Polyhedra_Library::Interfaces::Java::Java_FMID_Cache::Constraint_lhs_ID, and Parma_Polyhedra_Library::Interfaces::Java::Java_FMID_Cache::Constraint_rhs_ID.
JNIEXPORT jstring JNICALL Java_parma_1polyhedra_1library_Constraint_toString | ( | JNIEnv * | , |
jobject | |||
) |
Definition at line 1344 of file ppl_java_globals.cc.