JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.ajdt.internal.compiler
IIntermediateResultsRequestor
Contents
Description
Method Summary
Method Details
acceptResult(InterimCompilationResult)
Hide sidebar
Show sidebar
Interface IIntermediateResultsRequestor
public interface
IIntermediateResultsRequestor
Author:
colyer Receives intermediate results from the compiler (post java-compile, but before weaving).
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
acceptResult
(
InterimCompilationResult
intRes)
Method Details
acceptResult
void
acceptResult
(
InterimCompilationResult
intRes)