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(String languageID,
ITranslationUnit tu,
List<String> includes,
boolean allowPrefixOnlyMatch)
Run artifact analysis, presumably to locate artifacts within a given file (translation unit).
|
ScanReturn runArtifactAnalysis(String languageID, ITranslationUnit tu, List<String> includes, boolean allowPrefixOnlyMatch)
languageID
- tu
- includes
- allowPrefixOnlyMatch
- Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.