|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ScanReturn | |
|---|---|
| org.eclipse.ptp.pldt.common | |
| org.eclipse.ptp.pldt.common.actions | |
| org.eclipse.ptp.pldt.common.analysis | |
| Uses of ScanReturn in org.eclipse.ptp.pldt.common |
|---|
| Methods in org.eclipse.ptp.pldt.common that return ScanReturn | |
|---|---|
ScanReturn |
IArtifactAnalysis.runArtifactAnalysis(java.lang.String languageID,
ITranslationUnit tu,
java.util.List<java.lang.String> includes,
boolean allowPrefixOnlyMatch)
Run artifact analysis, presumably to locate artifacts within a given file (translation unit). |
| Uses of ScanReturn in org.eclipse.ptp.pldt.common.actions |
|---|
| Methods in org.eclipse.ptp.pldt.common.actions that return ScanReturn | |
|---|---|
ScanReturn |
RunAnalyseHandlerBase.analyse(IProgressMonitor monitor,
ITranslationUnit tu,
java.util.List<java.lang.String> includes)
|
abstract ScanReturn |
RunAnalyseHandlerBase.doArtifactAnalysis(ITranslationUnit tu,
java.util.List<java.lang.String> includes)
Returns artifact analysis for file. |
protected ScanReturn |
RunAnalyseHandlerBase.runArtifactAnalysisFromExtensionPoint(java.lang.String extensionPointID,
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. |
| Methods in org.eclipse.ptp.pldt.common.actions with parameters of type ScanReturn | |
|---|---|
protected void |
RunAnalyseHandlerBase.processResults(ScanReturn results,
IResource resource)
|
| Uses of ScanReturn in org.eclipse.ptp.pldt.common.analysis |
|---|
| Constructors in org.eclipse.ptp.pldt.common.analysis with parameters of type ScanReturn | |
|---|---|
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 |
|
|
PTP Release 7.0 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||