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(Object o) |
int |
hashCode() |
static Union |
newUnion(Type... fields) |
public Union(Type... fields)
fields
- The fields contained in the union.Copyright © 2018. All rights reserved.