Uses of Class
xtc.type.Type.Tag

Packages that use Type.Tag
xtc.type   
 

Uses of Type.Tag in xtc.type
 

Methods in xtc.type that return Type.Tag
 Type.Tag UnionT.tag()
           
 Type.Tag IntegerT.tag()
           
 Type.Tag ErrorT.tag()
           
 Type.Tag InterfaceT.tag()
           
 Type.Tag ArrayT.tag()
           
 Type.Tag WrappedT.tag()
           
 Type.Tag TupleT.tag()
           
 Type.Tag NamedParameter.tag()
           
 Type.Tag StructT.tag()
           
 Type.Tag PointerT.tag()
           
 Type.Tag VoidT.tag()
           
 Type.Tag VariantT.tag()
           
 Type.Tag ClassT.tag()
           
 Type.Tag LabelT.tag()
           
 Type.Tag FunctionT.tag()
           
 Type.Tag BooleanT.tag()
           
 Type.Tag FloatT.tag()
           
 Type.Tag InternalParameter.tag()
           
 Type.Tag InternalT.tag()
           
 Type.Tag Wildcard.tag()
           
 Type.Tag PackageT.tag()
           
abstract  Type.Tag Type.tag()
          Get this type's tag.
 Type.Tag MethodT.tag()
           
 Type.Tag UnitT.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 InstantiatedT.wtag()
           
 Type.Tag AnnotatedT.wtag()
           
 Type.Tag ParameterizedT.wtag()
           
 Type.Tag EnumT.wtag()
           
 Type.Tag AliasT.wtag()
           
 Type.Tag VariableT.wtag()
           
 Type.Tag EnumeratorT.wtag()
           
 Type.Tag Type.wtag()
          Get this wrapped type's tag.
 

Methods in xtc.type with parameters of type Type.Tag
 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 © 2012. All Rights Reserved.