org.eclipse.cdt.internal.ui.search
Class PDOMSearchMatch

java.lang.Object
  extended by org.eclipse.search.ui.text.Match
      extended by org.eclipse.cdt.internal.ui.search.PDOMSearchMatch

public class PDOMSearchMatch
extends org.eclipse.search.ui.text.Match

Author:
Doug Schaefer

Field Summary
 
Fields inherited from class org.eclipse.search.ui.text.Match
UNIT_CHARACTER, UNIT_LINE
 
Constructor Summary
PDOMSearchMatch(org.eclipse.cdt.core.index.IIndexBinding binding, org.eclipse.cdt.core.index.IIndexName name, int offset, int length)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getFileName()
           
 
Methods inherited from class org.eclipse.search.ui.text.Match
getBaseUnit, getElement, getLength, getOffset, isFiltered, setFiltered, setLength, setOffset
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDOMSearchMatch

public PDOMSearchMatch(org.eclipse.cdt.core.index.IIndexBinding binding,
                       org.eclipse.cdt.core.index.IIndexName name,
                       int offset,
                       int length)
                throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException
Method Detail

getFileName

public java.lang.String getFileName()
                             throws org.eclipse.core.runtime.CoreException
Throws:
org.eclipse.core.runtime.CoreException

equals

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