public interface IArtifactAnalysis
This interface is implemented by contributions to the following extension points:
Implementations targeting C and C++ will typically subclass ArtifactAnalysisBase.
ArtifactAnalysisBase| Modifier and Type | Method and Description |
|---|---|
ScanReturn |
runArtifactAnalysis(java.lang.String languageID,
org.eclipse.cdt.core.model.ITranslationUnit tu,
java.util.List<java.lang.String> includes,
boolean allowPrefixOnlyMatch)
Run artifact analysis, presumably to locate artifacts within a given file (translation unit).
|
ScanReturn runArtifactAnalysis(java.lang.String languageID, org.eclipse.cdt.core.model.ITranslationUnit tu, java.util.List<java.lang.String> includes, boolean allowPrefixOnlyMatch)
languageID - tu - includes - allowPrefixOnlyMatch - Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.