JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.aspectj.ajdt.internal.compiler
IIntermediateResultsRequestor
Contents
Hide sidebar
❮
❯
Show sidebar
Description
Method Summary
Method Details
acceptResult(InterimCompilationResult)
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)