Eclipse CDT
Pre-release 3.0

Uses of Interface
org.eclipse.cdt.core.search.IMatchLocatable

Packages that use IMatchLocatable
org.eclipse.cdt.core.search   
 

Uses of IMatchLocatable in org.eclipse.cdt.core.search
 

Subinterfaces of IMatchLocatable in org.eclipse.cdt.core.search
 interface ILineLocatable
           
 interface IOffsetLocatable
           
 

Classes in org.eclipse.cdt.core.search that implement IMatchLocatable
 class LineLocatable
           
 class OffsetLocatable
           
 

Methods in org.eclipse.cdt.core.search that return IMatchLocatable
 IMatchLocatable IMatch.getLocatable()
           
 IMatchLocatable BasicSearchMatch.getLocatable()
           
 

Methods in org.eclipse.cdt.core.search with parameters of type IMatchLocatable
 void BasicSearchMatch.setLocatable(IMatchLocatable locatable)
           
 


Eclipse CDT
Pre-release 3.0

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