| Package | Description |
|---|---|
| xtc.type |
| Modifier and Type | Method and Description |
|---|---|
Type.Tag |
TupleT.tag() |
Type.Tag |
FunctionT.tag() |
Type.Tag |
FloatT.tag() |
Type.Tag |
UnionT.tag() |
Type.Tag |
ArrayT.tag() |
Type.Tag |
VoidT.tag() |
Type.Tag |
NamedParameter.tag() |
Type.Tag |
PointerT.tag() |
Type.Tag |
InternalParameter.tag() |
Type.Tag |
MethodT.tag() |
abstract Type.Tag |
Type.tag()
Get this type's tag.
|
Type.Tag |
InternalT.tag() |
Type.Tag |
LabelT.tag() |
Type.Tag |
BooleanT.tag() |
Type.Tag |
ClassT.tag() |
Type.Tag |
PackageT.tag() |
Type.Tag |
UnitT.tag() |
Type.Tag |
InterfaceT.tag() |
Type.Tag |
VariantT.tag() |
Type.Tag |
Wildcard.tag() |
Type.Tag |
StructT.tag() |
Type.Tag |
ErrorT.tag() |
Type.Tag |
IntegerT.tag() |
Type.Tag |
WrappedT.tag() |
static Type.Tag |
Type.Tag.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Type.Tag[] |
Type.Tag.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Type.Tag |
AnnotatedT.wtag() |
Type.Tag |
ParameterizedT.wtag() |
Type.Tag |
EnumT.wtag() |
Type.Tag |
EnumeratorT.wtag() |
Type.Tag |
Type.wtag()
Get this wrapped type's tag.
|
Type.Tag |
VariableT.wtag() |
Type.Tag |
AliasT.wtag() |
Type.Tag |
InstantiatedT.wtag() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Type.hasTag(Type.Tag tag)
Determine whether this type has the specified tag.
|
boolean |
Type.hasWTag(Type.Tag tag)
Determine whether this wrapped type has the specified tag.
|
Copyright © 2014. All Rights Reserved.