public final class Union extends Aggregate
| Constructor and Description |
|---|
Union(Type... fields)
Creates a new C union layout description.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static Union |
newUnion(Type... fields) |
public Union(Type... fields)
fields - The fields contained in the union.Copyright © 2020. All Rights Reserved.