jvalue Union Reference

#include <jni_types.h>

List of all members.


Detailed Description

This union used to pass arguments to native functions when Call<type>MethodA and CallStatic<type>MethodA functions are used.

It consists of all possible primitive Java types plus jobject, so it is possible to pass any kind of argument type through it.


Public Attributes

jboolean z
jbyte b
jchar c
jshort s
jint i
jlong j
jfloat f
jdouble d
jobject l


Member Data Documentation

jboolean jvalue.z

jbyte jvalue.b

jchar jvalue.c

jshort jvalue.s

jint jvalue.i

jlong jvalue.j

jfloat jvalue.f

jdouble jvalue.d

jobject jvalue.l


The documentation for this union was generated from the following file:

Genereated on Tue Mar 11 19:26:02 2008 by Doxygen.

(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.