Uses of Class
org.objectweb.jac.ide.Projects

Packages that use Projects
org.objectweb.jac.ide This package contains the implementation of the JAC's IDE: UMLAF (for UML Aspectual Factory). 
 

Uses of Projects in org.objectweb.jac.ide
 

Fields in org.objectweb.jac.ide declared as Projects
static Projects Projects.root
           
 

Methods in org.objectweb.jac.ide with parameters of type Projects
static void CodeGeneration.generateCode(Projects projects)
           
static Errors CodeGeneration.compile(Projects projects)
           
static Errors CodeGeneration.generateAndCompile(Projects projects)