|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.opengts.util.StringTools.RegexIndex
public static class StringTools.RegexIndex
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 |
---|
public StringTools.RegexIndex(java.util.regex.Matcher match)
public StringTools.RegexIndex(int start, int end)
Method Detail |
---|
public java.util.regex.Matcher getMatcher()
public int getStart()
public int getEnd()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |