Uses of Interface
org.aspectj.ajde.core.IOutputLocationManager

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

Uses of IOutputLocationManager in org.aspectj.ajde.core
 

Methods in org.aspectj.ajde.core that return IOutputLocationManager
 IOutputLocationManager ICompilerConfiguration.getOutputLocationManager()
           
 

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

Constructors in org.aspectj.ajde.core.internal with parameters of type IOutputLocationManager
OutputLocationAdapter(IOutputLocationManager mgr)