Uses of Class
org.eclipse.cdt.make.core.scannerconfig.ScannerInfoTypes

Packages that use ScannerInfoTypes
org.eclipse.cdt.make.core.scannerconfig   
org.eclipse.cdt.make.internal.core.scannerconfig2   
 

Uses of ScannerInfoTypes in org.eclipse.cdt.make.core.scannerconfig
 

Fields in org.eclipse.cdt.make.core.scannerconfig declared as ScannerInfoTypes
static ScannerInfoTypes ScannerInfoTypes.COMPILER_COMMAND
           
static ScannerInfoTypes ScannerInfoTypes.COMPILER_VERSION_INFO
           
static ScannerInfoTypes ScannerInfoTypes.INCLUDE_PATHS
           
static ScannerInfoTypes ScannerInfoTypes.QUOTE_INCLUDE_PATHS
           
static ScannerInfoTypes ScannerInfoTypes.SYMBOL_DEFINITIONS
           
static ScannerInfoTypes ScannerInfoTypes.TARGET_SPECIFIC_OPTION
           
static ScannerInfoTypes ScannerInfoTypes.UNDISCOVERED_COMPILER_COMMAND
           
 

Methods in org.eclipse.cdt.make.core.scannerconfig with parameters of type ScannerInfoTypes
 java.util.List IScannerInfoCollector.getCollectedScannerInfo(java.lang.Object resource, ScannerInfoTypes type)
          Returns specific piece of discovered scanner info for a resource discovered during the last collection cycle
 

Uses of ScannerInfoTypes in org.eclipse.cdt.make.internal.core.scannerconfig2
 

Methods in org.eclipse.cdt.make.internal.core.scannerconfig2 with parameters of type ScannerInfoTypes
 java.util.List PerProjectSICollector.getCollectedScannerInfo(java.lang.Object resource, ScannerInfoTypes type)
           
 java.util.List PerFileSICollector.getCollectedScannerInfo(java.lang.Object resource, ScannerInfoTypes type)