Uses of Class
org.aspectj.ajde.core.AjCompiler

Packages that use AjCompiler
org.aspectj.ajde   
org.aspectj.ajde.core.internal   
 

Uses of AjCompiler in org.aspectj.ajde
 

Methods in org.aspectj.ajde that return AjCompiler
 AjCompiler Ajde.getCompilerForConfigFile(java.lang.String configFile)
          If the provided configFile is the same as the id for the last compiler then returns that, otherwise clears the state for the saved compiler and creates a new one for the provided configFile
 

Uses of AjCompiler in org.aspectj.ajde.core.internal
 

Constructors in org.aspectj.ajde.core.internal with parameters of type AjCompiler
AjdeCoreBuildManager(AjCompiler compiler)