Uses of Interface
xtc.type.Tagged

Packages that use Tagged
xtc.type   
 

Uses of Tagged in xtc.type
 

Classes in xtc.type that implement Tagged
 class EnumT
          An enumerated type.
 class StructOrUnionT
          The superclass of struct and union types.
 class StructT
          A struct type.
 class UnionT
          A union type.
 

Methods in xtc.type that return Tagged
 Tagged WrappedT.toTagged()
           
 Tagged StructOrUnionT.toTagged()
           
 Tagged EnumT.toTagged()
           
 Tagged Type.toTagged()
          Get this type as a tagged type.
 

Methods in xtc.type with parameters of type Tagged
 void TypePrinter.printTagged(java.lang.String kind, Tagged tag)
          Print the specified tagged type.
 



Copyright © 2012. All Rights Reserved.