org.eclipse.xtend.shared.ui.core.search
Class SearchMatch

java.lang.Object
  extended by org.eclipse.xtend.shared.ui.core.search.SearchMatch

public class SearchMatch
extends java.lang.Object

Author:
Sven Efftinge (http://www.efftinge.de)

Constructor Summary
SearchMatch(int offSet, int length, org.eclipse.core.resources.IStorage file)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 org.eclipse.core.resources.IFile getFile()
           
 int getLength()
           
 int getOffSet()
           
 org.eclipse.core.resources.IStorage getStorage()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SearchMatch

public SearchMatch(int offSet,
                   int length,
                   org.eclipse.core.resources.IStorage file)
Method Detail

getOffSet

public int getOffSet()

getLength

public int getLength()

getFile

public org.eclipse.core.resources.IFile getFile()

getStorage

public org.eclipse.core.resources.IStorage getStorage()

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object