PTP
Release 7.0

Uses of Class
org.eclipse.ptp.pldt.common.ScanReturn

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, 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).
 

Uses of ScanReturn in org.eclipse.ptp.pldt.common.actions
 

Methods in org.eclipse.ptp.pldt.common.actions that return ScanReturn
 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.
 

Methods in org.eclipse.ptp.pldt.common.actions with parameters of type ScanReturn
protected  void RunAnalyseHandlerBase.processResults(ScanReturn results, org.eclipse.core.resources.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

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.