org.opengts.util
Class StringTools.RegexIndex

java.lang.Object
  extended by org.opengts.util.StringTools.RegexIndex
Enclosing class:
StringTools

public static class StringTools.RegexIndex
extends java.lang.Object


Constructor Summary
StringTools.RegexIndex(int start, int end)
           
StringTools.RegexIndex(java.util.regex.Matcher match)
           
 
Method Summary
 int getEnd()
           
 java.util.regex.Matcher getMatcher()
           
 int getStart()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringTools.RegexIndex

public StringTools.RegexIndex(java.util.regex.Matcher match)

StringTools.RegexIndex

public StringTools.RegexIndex(int start,
                              int end)
Method Detail

getMatcher

public java.util.regex.Matcher getMatcher()

getStart

public int getStart()

getEnd

public int getEnd()

toString

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