Uses of Interface
org.inxar.jenesis.CompilationUnit

Packages that use CompilationUnit
com.inxar.jenesis Classes which implement Java language elements. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of CompilationUnit in com.inxar.jenesis
 

Methods in com.inxar.jenesis that return CompilationUnit
 CompilationUnit MVM.newCompilationUnit(java.lang.String path)
           
 

Methods in com.inxar.jenesis with parameters of type CompilationUnit
protected  java.lang.String MVC.toFilename(CompilationUnit unit)
           
 boolean Jikes.compile(CompilationUnit unit)
           
 boolean Javac.compile(CompilationUnit unit)
           
 

Uses of CompilationUnit in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return CompilationUnit
abstract  CompilationUnit VirtualMachine.newCompilationUnit(java.lang.String sourcepath)
          Creates a new CompilationUnit in this Machine and returns it.
 CompilationUnit TypeDeclaration.getUnit()
          Returns the enclosing compilation unit.
 

Methods in org.inxar.jenesis with parameters of type CompilationUnit
 boolean VirtualCompiler.compile(CompilationUnit unit)
          Generates the source code file and compiles the result.