org.rococoa.cocoa.javavm
Class jvalue
java.lang.Object
com.sun.jna.Structure
com.sun.jna.Union
com.ochafik.lang.jnaerator.runtime.Union
org.rococoa.cocoa.javavm.jvalue
- Direct Known Subclasses:
- jvalue.ByReference, jvalue.ByValue
public class jvalue
- extends com.ochafik.lang.jnaerator.runtime.Union
This file was autogenerated by JNAerator,
a tool written by Olivier Chafik that uses a few opensource projects..
For help, please visit NativeLibs4Java, Rococoa, or JNA.
Methods inherited from class com.ochafik.lang.jnaerator.runtime.Union |
setupClone |
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getPointer, getStructAlignment, hashCode, newInstance, read, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write |
z
public byte z
b
public byte b
c
public short c
s
public short s
i
public NativeLong i
j
public long j
f
public float f
d
public double d
l
public JavaVMLibrary._jobject l
jvalue
public jvalue()
jvalue
public jvalue(short c_or_s)
jvalue
public jvalue(byte z_or_b)
jvalue
public jvalue(NativeLong i)
jvalue
public jvalue(double d)
jvalue
public jvalue(long j)
jvalue
public jvalue(float f)
jvalue
public jvalue(JavaVMLibrary._jobject l)
byReference
public jvalue.ByReference byReference()
byValue
public jvalue.ByValue byValue()
clone
public jvalue clone()
- Overrides:
clone
in class Object