CACAO
Functions | Variables
gnu_classpath_VMSystemProperties.cpp File Reference

Go to the source code of this file.

Functions

JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_preInit (JNIEnv *env, jclass clazz, jobject properties)
 
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_postInit (JNIEnv *env, jclass clazz, jobject properties)
 
void _Jv_gnu_classpath_VMSystemProperties_init (void)
 

Variables

static JNINativeMethod methods []
 

Function Documentation

void _Jv_gnu_classpath_VMSystemProperties_init ( void  )

Definition at line 130 of file gnu_classpath_VMSystemProperties.cpp.

JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_postInit ( JNIEnv env,
jclass  clazz,
jobject  properties 
)

Definition at line 78 of file gnu_classpath_VMSystemProperties.cpp.

JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_preInit ( JNIEnv env,
jclass  clazz,
jobject  properties 
)

Definition at line 57 of file gnu_classpath_VMSystemProperties.cpp.

Variable Documentation

JNINativeMethod methods[]
static
Initial value:
= {
{ (char*) "preInit", (char*) "(Ljava/util/Properties;)V", (void*) (uintptr_t) &Java_gnu_classpath_VMSystemProperties_preInit },
{ (char*) "postInit", (char*) "(Ljava/util/Properties;)V", (void*) (uintptr_t) &Java_gnu_classpath_VMSystemProperties_postInit },
}
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_postInit(JNIEnv *env, jclass clazz, jobject properties)
JNIEXPORT void JNICALL Java_gnu_classpath_VMSystemProperties_preInit(JNIEnv *env, jclass clazz, jobject properties)

Definition at line 118 of file gnu_classpath_VMSystemProperties.cpp.