Uses of Class
xtc.type.WrappedT

Packages that use WrappedT
xtc.type   
 

Uses of WrappedT in xtc.type
 

Subclasses of WrappedT in xtc.type
 class AliasT
          A type alias.
 class AnnotatedT
          An annotated type.
 class EnumeratorT
          An enumerator.
 class EnumT
          An enumerated type.
 class InstantiatedT
          An instantiated type.
 class ParameterizedT
          A parameterized type.
 class VariableT
          A variable.
 

Methods in xtc.type that return WrappedT
 WrappedT WrappedT.toWrapped()
           
 WrappedT Type.toWrapped()
          Get this type as a wrapped type.
 

Methods in xtc.type with parameters of type WrappedT
 void SourcePrinter.visit(WrappedT t)
          Print the specified wrapped type.
 



Copyright © 2012. All Rights Reserved.