Package org.eclipse.cdt.core.dom
Interface IPDOMManager
-
- All Known Subinterfaces:
IIndexManager
public interface IPDOMManager- Restriction:
- This interface is not intended to be implemented by clients.
- Restriction:
- This interface is not intended to be extended by clients.
-
-
Field Summary
Fields Modifier and Type Field Description static StringID_FAST_INDEXERstatic StringID_FULL_INDEXERDeprecated.The full indexer has been removed.static StringID_NO_INDEXER
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDefaultIndexerId()StringgetIndexerId(ICProject project)voidsetDefaultIndexerId(String indexerId)voidsetIndexerId(ICProject project, String indexerId)
-
-
-
Field Detail
-
ID_NO_INDEXER
static final String ID_NO_INDEXER
- See Also:
- Constant Field Values
-
ID_FAST_INDEXER
static final String ID_FAST_INDEXER
- See Also:
- Constant Field Values
-
ID_FULL_INDEXER
@Deprecated static final String ID_FULL_INDEXER
Deprecated.The full indexer has been removed.- See Also:
- Constant Field Values
- Restriction:
- This field is not intended to be referenced by clients.
-
-