MkObjectC - various functions related to the MkObjectS … More...
Collaboration diagram for MkObjectC_Misc_JV_API:Functions | |
| native MkErrorC | jvmkkernel.MkObjectC.ErrorCatch (Throwable exception, String callfunc) |
Java: → C-API convert a programming-language-error into an jvmkkernel error … | |
| MkErrorC | jvmkkernel.MkObjectC.ErrorCatch () |
Java: → C-API convert a programming-language-error into an jvmkkernel error … | |
| MkErrorC | jvmkkernel.MkObjectC.ErrorCatch (Throwable exception) |
Java: → C-API convert a programming-language-error into an jvmkkernel error … | |
| native MkErrorC | jvmkkernel.MkObjectC.ToError () |
Java: → C-API Error-Slot - return an error-object pre initialized with obj data. | |
| native boolean | jvmkkernel.MkObjectC.IsNull () |
Java: → C-API ckeck if the object is null | |
| native String | jvmkkernel.MkObjectC.ToName () |
Java: → C-API Info-Slot - returns brief information about the obj as a string | |
| native String | jvmkkernel.MkObjectC.ToNameOfClass () |
Java: → C-API Class-Slot - returns the Java-Class-Name of the obj as string | |
| native String | jvmkkernel.MkObjectC.ToNameOfType () |
Java: → C-API Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string | |
| native String | jvmkkernel.MkObjectC.ToString () |
Java: → C-API String-Slot - returns the string representation of the inst … | |
| JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkObjectC_ErrorCatch (JNIEnv *env, jobject self, jthrowable exception, jstring callfunc) |
Java: → C-API convert a programming-language-error into an jvmkkernel error … | |
| JNIEXPORT jobject JNICALL | Java_jvmkkernel_MkObjectC_ToError (JNIEnv *env, jobject self) |
Java: → C-API Error-Slot - return an error-object pre initialized with obj data. | |
| JNIEXPORT jboolean JNICALL | Java_jvmkkernel_MkObjectC_IsNull (JNIEnv *env, jobject self) |
Java: → C-API ckeck if the object is null | |
| JNIEXPORT jstring JNICALL | Java_jvmkkernel_MkObjectC_ToName (JNIEnv *env, jobject self) |
Java: → C-API Info-Slot - returns brief information about the obj as a string | |
| JNIEXPORT jstring JNICALL | Java_jvmkkernel_MkObjectC_ToNameOfClass (JNIEnv *env, jobject self) |
Java: → C-API Class-Slot - returns the Java-Class-Name of the obj as string | |
| JNIEXPORT jstring JNICALL | Java_jvmkkernel_MkObjectC_ToNameOfType (JNIEnv *env, jobject self) |
Java: → C-API Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string | |
| JNIEXPORT jstring JNICALL | Java_jvmkkernel_MkObjectC_ToString (JNIEnv *env, jobject self) |
Java: → C-API String-Slot - returns the string representation of the inst … | |
MkObjectC - various functions related to the MkObjectS …
| MkErrorC jvmkkernel.MkObjectC.ErrorCatch | ( | ) |
Java: → C-API MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 376 of file MkObjectC.java.
Here is the caller graph for this function:| MkErrorC jvmkkernel.MkObjectC.ErrorCatch | ( | Throwable | exception | ) |
Java: → C-API MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 381 of file MkObjectC.java.
| native MkErrorC jvmkkernel.MkObjectC.ErrorCatch | ( | Throwable | exception, |
| String | callfunc ) |
Java: → C-API MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
| native boolean jvmkkernel.MkObjectC.IsNull | ( | ) |
Java: → C-API boolean obj.IsNull()
ckeck if the object is null
| JNIEXPORT jobject JNICALL Java_jvmkkernel_MkObjectC_ErrorCatch | ( | JNIEnv * | env, |
| jobject | self, | ||
| jthrowable | exception, | ||
| jstring | callfunc ) |
Java: → C-API MkErrorC obj.ErrorCatch(?Throwable exception = null?, ?String callfunc = null?)
convert a programming-language-error into an jvmkkernel error …
Definition at line 563 of file MkObjectC_jv.c.
| JNIEXPORT jboolean JNICALL Java_jvmkkernel_MkObjectC_IsNull | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API boolean obj.IsNull()
ckeck if the object is null
Definition at line 596 of file MkObjectC_jv.c.
| JNIEXPORT jobject JNICALL Java_jvmkkernel_MkObjectC_ToError | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API MkErrorC obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
Definition at line 582 of file MkObjectC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmkkernel_MkObjectC_ToName | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API String obj.ToName()
Info-Slot - returns brief information about the obj as a string
Definition at line 608 of file MkObjectC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmkkernel_MkObjectC_ToNameOfClass | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API String obj.ToNameOfClass()
Class-Slot - returns the Java-Class-Name of the obj as string
Java: → C-API String obj.ToNameOfClass()
Class-Slot - returns the Java-Class-Name of the obj as string
Definition at line 804 of file MkObjectC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmkkernel_MkObjectC_ToNameOfType | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API String obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
Definition at line 623 of file MkObjectC_jv.c.
| JNIEXPORT jstring JNICALL Java_jvmkkernel_MkObjectC_ToString | ( | JNIEnv * | env, |
| jobject | self ) |
Java: → C-API String inst.ToString()
String-Slot - returns the string representation of the inst …
Definition at line 635 of file MkObjectC_jv.c.
| native MkErrorC jvmkkernel.MkObjectC.ToError | ( | ) |
Java: → C-API MkErrorC obj.ToError()
Error-Slot - return an error-object pre initialized with obj data.
| native String jvmkkernel.MkObjectC.ToName | ( | ) |
Java: → C-API String obj.ToName()
Info-Slot - returns brief information about the obj as a string
Here is the caller graph for this function:| native String jvmkkernel.MkObjectC.ToNameOfClass | ( | ) |
Java: → C-API String obj.ToNameOfClass()
Class-Slot - returns the Java-Class-Name of the obj as string
| native String jvmkkernel.MkObjectC.ToNameOfType | ( | ) |
Java: → C-API String obj.ToNameOfType()
Type-Slot - returns the LibMkKernel-Type-Name of the obj as a string
| native String jvmkkernel.MkObjectC.ToString | ( | ) |
Java: → C-API String inst.ToString()
String-Slot - returns the string representation of the inst …
Here is the caller graph for this function: