| Package | Description |
|---|---|
| xtc.type |
| Modifier and Type | Class and Description |
|---|---|
class |
EnumT
An enumerated type.
|
class |
StructOrUnionT
The superclass of struct and union types.
|
class |
StructT
A struct type.
|
class |
UnionT
A union type.
|
| Modifier and Type | Method and Description |
|---|---|
Tagged |
StructOrUnionT.toTagged() |
Tagged |
EnumT.toTagged() |
Tagged |
Type.toTagged()
Get this type as a tagged type.
|
Tagged |
WrappedT.toTagged() |
| Modifier and Type | Method and Description |
|---|---|
void |
TypePrinter.printTagged(java.lang.String kind,
Tagged tag)
Print the specified tagged type.
|
Copyright © 2014. All Rights Reserved.