Uses of Interface
org.eclipse.cdt.core.IPositionConverter

Packages that use IPositionConverter
org.eclipse.cdt.core   
org.eclipse.cdt.internal.core   
org.eclipse.cdt.internal.corext.util   
 

Uses of IPositionConverter in org.eclipse.cdt.core
 

Methods in org.eclipse.cdt.core that return IPositionConverter
 IPositionConverter IPositionTrackerManager.findPositionConverter(org.eclipse.core.resources.IFile file, long timestamp)
          Returns the position converter suitable for mapping character offsets of the given file/timestamp to the current version of it.
 IPositionConverter IPositionTrackerManager.findPositionConverter(org.eclipse.core.runtime.IPath fullPathOrExternalLocation, long timestamp)
          Returns the position tracker suitable for mapping character offsets of the given external file/timestamp to the current version of it.
 IPositionConverter IPositionTrackerManager.findPositionConverter(org.eclipse.cdt.core.model.ITranslationUnit tu, long timestamp)
          Returns the position converter suitable for mapping character offsets of the given translation unit to the current version of it.
 

Uses of IPositionConverter in org.eclipse.cdt.internal.core
 

Classes in org.eclipse.cdt.internal.core that implement IPositionConverter
 class PositionTracker
          Tracks changes made to a text buffer, to afterwards recalculate positions.
 

Methods in org.eclipse.cdt.internal.core that return IPositionConverter
 IPositionConverter PositionTrackerManager.findPositionConverter(org.eclipse.core.resources.IFile file, long timestamp)
          Returns the position converter suitable for mapping character offsets of the given file/timestamp to the current version of it.
 IPositionConverter PositionTrackerManager.findPositionConverter(org.eclipse.core.runtime.IPath externalLocation, long timestamp)
          Returns the position tracker suitable for mapping character offsets of the given external file/timestamp to the current version of it.
 IPositionConverter PositionTrackerManager.findPositionConverter(org.eclipse.cdt.core.model.ITranslationUnit tu, long timestamp)
          Returns the position converter suitable for mapping character offsets of the given translation unit to the current version of it.
 

Uses of IPositionConverter in org.eclipse.cdt.internal.corext.util
 

Classes in org.eclipse.cdt.internal.corext.util that implement IPositionConverter
 class SimplePositionTracker
          A simple general purpose position tracker.