jvalue

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Android)
extern (C) @system nothrow @nogc
union jvalue {}

Members

Variables

b
jbyte b;
Undocumented in source.
c
jchar c;
Undocumented in source.
d
jdouble d;
Undocumented in source.
f
jfloat f;
Undocumented in source.
i
jint i;
Undocumented in source.
j
jlong j;
Undocumented in source.
l
jobject l;
Undocumented in source.
s
jshort s;
Undocumented in source.
z
jboolean z;
Undocumented in source.

Meta