| 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(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).
|
| Modifier and Type | Method and Description |
|---|---|
ScanReturn |
RunAnalyseHandlerBase.analyse(org.eclipse.core.runtime.IProgressMonitor monitor,
org.eclipse.cdt.core.model.ITranslationUnit tu,
java.util.List<java.lang.String> includes) |
abstract ScanReturn |
RunAnalyseHandlerBase.doArtifactAnalysis(org.eclipse.cdt.core.model.ITranslationUnit tu,
java.util.List<java.lang.String> includes)
Returns artifact analysis for file.
|
protected ScanReturn |
RunAnalyseHandlerBase.runArtifactAnalysisFromExtensionPoint(java.lang.String extensionPointID,
org.eclipse.cdt.core.model.ITranslationUnit tu,
java.util.List<java.lang.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,
org.eclipse.core.resources.IResource resource) |
| Constructor and Description |
|---|
PldtAstVisitor(java.util.List<java.lang.String> includes,
java.lang.String fileName,
boolean prefixOnlyMatch,
ScanReturn scanReturn) |
PldtAstVisitor(java.util.List<java.lang.String> includes,
java.lang.String fileName,
ScanReturn scanReturn)
Constructor without prefixOnlyMatch arg, assumes false
|
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.