| Package | Description |
|---|---|
| xtc.type |
| Modifier and Type | Method and Description |
|---|---|
EnumeratorT |
EnumeratorT.copy() |
EnumeratorT |
EnumT.getMember(int index) |
EnumeratorT |
EnumeratorT.toEnumerator() |
EnumeratorT |
Type.toEnumerator()
Get this type as an enumerator.
|
EnumeratorT |
WrappedT.toEnumerator() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<EnumeratorT> |
EnumT.getMembers() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypePrinter.visit(EnumeratorT t)
Print the specified enumerator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EnumT.setMembers(java.util.List<EnumeratorT> enumerators)
Set the list of
enumerators. |
| Constructor and Description |
|---|
EnumT(Type type,
java.lang.String name,
java.util.List<EnumeratorT> enumerators)
Create a new enum type.
|
EnumT(Type template,
Type type,
Nonce nonce,
java.lang.String name,
java.util.List<EnumeratorT> enumerators)
Create a new enum type.
|
Copyright © 2014. All Rights Reserved.