org.gjt.sp.jedit.search
Class SearchMatcher.Match

java.lang.Object
  extended byorg.gjt.sp.jedit.search.SearchMatcher.Match
Enclosing class:
SearchMatcher

public static class SearchMatcher.Match
extends Object


Field Summary
 int end
           
 int start
           
 String[] substitutions
           
 
Constructor Summary
SearchMatcher.Match()
           
 
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

substitutions

public String[] substitutions
Constructor Detail

SearchMatcher.Match

public SearchMatcher.Match()