org.gjt.sp.jedit.search
Class HyperSearchResult.Occur

java.lang.Object
  extended byorg.gjt.sp.jedit.search.HyperSearchResult.Occur
Enclosing class:
HyperSearchResult

public class HyperSearchResult.Occur
extends java.lang.Object


Field Summary
 int end
           
 javax.swing.text.Position endPos
           
 HyperSearchResult.Occur next
           
 int start
           
 javax.swing.text.Position startPos
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

start

public int start

end

public int end

startPos

public javax.swing.text.Position startPos

endPos

public javax.swing.text.Position endPos

next

public HyperSearchResult.Occur next