Uses of Class
at.dms.kjc.Main

Packages that use Main
at.dms.kjc   
 

Uses of Main in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type Main
 void JCompilationUnit.accept(Main compiler, java.lang.String destination)
          Generate the code in pure java form It is useful to debug and tune compilation process
 

Constructors in at.dms.kjc with parameters of type Main
Main.ThreadedParser(Main compiler, java.util.List infiles, JCompilationUnit[] tree, int start, int end)
           
Main.ThreadedChecker(Main compiler, JCompilationUnit[] tree, int start, int end)
           
Main.ThreadedVisitor(java.lang.String destination, JCompilationUnit[] tree, int start, int end, Main compiler)