|
APTCONVERT 1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectfr.pixware.util.REMatch
public final class REMatch
Text span returned by RE.getMatch(java.lang.String, int).
| Constructor Summary | |
|---|---|
REMatch(int startIndex,
int endIndex,
java.lang.String text)
Constructor. |
|
| Method Summary | |
|---|---|
int |
getEndIndex()
Returns the index of the end of the span. |
int |
getStartIndex()
Returns the index of the start of the span. |
java.lang.String |
getText()
Returns the text contained in the span. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public REMatch(int startIndex,
int endIndex,
java.lang.String text)
startIndex - the index of the start of the spanendIndex - the index of the end of the spantext - the text contained in the span| Method Detail |
|---|
public int getStartIndex()
public int getEndIndex()
public java.lang.String getText()
|
APTCONVERT 1.1 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||