|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICReconcilingListener
Interface of an object listening to (AST-) reconciling. Inspired by JDT.
Method Summary | |
---|---|
void |
aboutToBeReconciled()
Called before reconciling is started. |
void |
reconciled(org.eclipse.cdt.core.dom.ast.IASTTranslationUnit ast,
boolean force,
org.eclipse.core.runtime.IProgressMonitor progressMonitor)
Called after reconciling has been finished. |
Method Detail |
---|
void aboutToBeReconciled()
void reconciled(org.eclipse.cdt.core.dom.ast.IASTTranslationUnit ast, boolean force, org.eclipse.core.runtime.IProgressMonitor progressMonitor)
ast
- the translation unit AST or null
if the working
copy was consistent or reconcilation has been cancelledforce
- flag indicating whether the reconciler was invoked forcefullyprogressMonitor
- the progress monitor
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |