Interface IElementHandleProvider

All Known Implementing Classes:
JDTLikeHandleProvider

public interface IElementHandleProvider
Adapter used to uniquely identify program element handles. Can be implemented and overridden in @see{AsmManager} in order to provide IDE-specific mechanisms of identifying elements. For example, AJDT uses workspace-relative paths that are understood by its JavaCore class.
Author:
Mik Kersten