Package | Description |
---|---|
org.eclipse.ptp.pldt.common | |
org.eclipse.ptp.pldt.common.actions | |
org.eclipse.ptp.pldt.common.analysis |
Modifier and Type | Method and Description |
---|---|
ScanReturn |
IArtifactAnalysis.runArtifactAnalysis(String languageID,
ITranslationUnit tu,
List<String> includes,
boolean allowPrefixOnlyMatch)
Run artifact analysis, presumably to locate artifacts within a given file (translation unit).
|
Modifier and Type | Method and Description |
---|---|
ScanReturn |
RunAnalyseHandlerBase.analyse(IProgressMonitor monitor,
ITranslationUnit tu,
List<String> includes) |
abstract ScanReturn |
RunAnalyseHandlerBase.doArtifactAnalysis(ITranslationUnit tu,
List<String> includes)
Returns artifact analysis for file.
|
protected ScanReturn |
RunAnalyseHandlerBase.runArtifactAnalysisFromExtensionPoint(String extensionPointID,
ITranslationUnit tu,
List<String> includes,
boolean allowPrefixOnlyMatch)
Runs an artifact analysis for the given file by searching the given extension point for an
IArtifactAnalysis that matches its language ID. |
Modifier and Type | Method and Description |
---|---|
protected void |
RunAnalyseHandlerBase.processResults(ScanReturn results,
IResource resource) |
Constructor and Description |
---|
PldtAstVisitor(List<String> includes,
String fileName,
boolean prefixOnlyMatch,
ScanReturn scanReturn) |
PldtAstVisitor(List<String> includes,
String fileName,
ScanReturn scanReturn)
Constructor without prefixOnlyMatch arg, assumes false
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.