| Package | Description |
|---|---|
| xtc.type | |
| xtc.util |
| Modifier and Type | Field and Description |
|---|---|
protected Nonce |
StructOrUnionT.nonce
The nonce.
|
| Modifier and Type | Method and Description |
|---|---|
Nonce |
StructOrUnionT.getNonce() |
Nonce |
EnumT.getNonce() |
Nonce |
Tagged.getNonce()
Get this tagged type's nonce.
|
| Constructor and Description |
|---|
EnumT(Type template,
Type type,
Nonce nonce,
java.lang.String name,
java.util.List<EnumeratorT> enumerators)
Create a new enum type.
|
StructOrUnionT(Type template,
Nonce nonce,
java.lang.String name,
java.util.List<VariableT> members)
Create a new struct or union type.
|
StructT(Type template,
Nonce nonce,
java.lang.String tag,
java.util.List<VariableT> members)
Create a new struct type.
|
UnionT(Type template,
Nonce nonce,
java.lang.String tag,
java.util.List<VariableT> members)
Create a new union type.
|
| Modifier and Type | Method and Description |
|---|---|
static Nonce |
Nonce.create()
Create a new nonce.
|
Copyright © 2014. All Rights Reserved.