Uses of Class
xtc.type.PointerT

Packages that use PointerT
xtc.type   
 

Uses of PointerT in xtc.type
 

Fields in xtc.type declared as PointerT
static PointerT PointerT.TO_VOID
          The canonical pointer to void.
 

Methods in xtc.type that return PointerT
 PointerT PointerT.copy()
           
 PointerT CFactory.p(Type type)
          Create a new pointer type.
 PointerT PointerT.toPointer()
           
 PointerT Type.toPointer()
          Get this type as a pointer.
 

Methods in xtc.type with parameters of type PointerT
 void SourcePrinter.visit(PointerT t)
          Print the specified pointer type.
 void TypePrinter.visit(PointerT t)
          Print the specified pointer type.
 



Copyright © 2012. All Rights Reserved.