Uses of Class
at.dms.kjc.KjcPrettyPrinter

Packages that use KjcPrettyPrinter
at.dms.kjc   
 

Uses of KjcPrettyPrinter in at.dms.kjc
 

Methods in at.dms.kjc that return KjcPrettyPrinter
 KjcPrettyPrinter Main.getPrettyPrinter(String fileName)
          ...
 

Methods in at.dms.kjc with parameters of type KjcPrettyPrinter
protected  void KjcPrettyPrinter.deepCloneInto(KjcPrettyPrinter other)
          Clones all fields of this into
 void JClassDeclaration.genInnerJavaCode(KjcPrettyPrinter p)
          Generate the code in pure java form It is useful to debug and tune compilation process