Eclipse CDT
Pre-release 3.0

Uses of Class
org.eclipse.cdt.core.search.ICSearchConstants.SearchFor

Packages that use ICSearchConstants.SearchFor
org.eclipse.cdt.core.search   
 

Uses of ICSearchConstants.SearchFor in org.eclipse.cdt.core.search
 

Fields in org.eclipse.cdt.core.search declared as ICSearchConstants.SearchFor
static ICSearchConstants.SearchFor ICSearchConstants.CLASS
          The searched element is a class.
static ICSearchConstants.SearchFor ICSearchConstants.CLASS_STRUCT
           
static ICSearchConstants.SearchFor ICSearchConstants.DERIVED
           
static ICSearchConstants.SearchFor ICSearchConstants.ENUM
          The searched element is a enum.
static ICSearchConstants.SearchFor ICSearchConstants.ENUMTOR
           
static ICSearchConstants.SearchFor ICSearchConstants.FIELD
          The searched element is a field (member variable).
static ICSearchConstants.SearchFor ICSearchConstants.FRIEND
           
static ICSearchConstants.SearchFor ICSearchConstants.FUNCTION
          The searched element is a function.
static ICSearchConstants.SearchFor ICSearchConstants.INCLUDE
           
static ICSearchConstants.SearchFor ICSearchConstants.MACRO
           
static ICSearchConstants.SearchFor ICSearchConstants.METHOD
          The searched element is a method (member function).
static ICSearchConstants.SearchFor ICSearchConstants.NAMESPACE
          The searched element is a namespace.
static ICSearchConstants.SearchFor ICSearchConstants.STRUCT
          The searched element is a struct.
static ICSearchConstants.SearchFor ICSearchConstants.TYPE
          The searched element is a type.
static ICSearchConstants.SearchFor ICSearchConstants.TYPEDEF
           
static ICSearchConstants.SearchFor ICSearchConstants.UNION
          The searched element is a union.
static ICSearchConstants.SearchFor ICSearchConstants.UNKNOWN_SEARCH_FOR
          The nature of searched element or the nature of match in unknown.
static ICSearchConstants.SearchFor ICSearchConstants.VAR
          The searched element is a variable.
 

Methods in org.eclipse.cdt.core.search with parameters of type ICSearchConstants.SearchFor
static ICSearchPattern SearchEngine.createSearchPattern(String stringPattern, ICSearchConstants.SearchFor searchFor, ICSearchConstants.LimitTo limitTo, boolean isCaseSensitive)
           
 


Eclipse CDT
Pre-release 3.0

Copyright (c) IBM Corp. and others 2004. All Rights Reserved.