Package com.kenai.jffi
Class Union
- java.lang.Object
-
- com.kenai.jffi.Type
-
- com.kenai.jffi.Aggregate
-
- com.kenai.jffi.Union
-
public final class Union extends Aggregate
Describes the layout of a C union
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.kenai.jffi.Type
Type.Builtin, Type.TypeInfo
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object o)
int
hashCode()
static Union
newUnion(Type... fields)
-
Methods inherited from class com.kenai.jffi.Aggregate
dispose, finalize, getTypeInfo
-
Methods inherited from class com.kenai.jffi.Type
alignment, handle, nativeHandles, nativeHandles, size, type
-
-