| java.lang.Object java.util.regex.MatchResultImpl
MatchResultImpl | class MatchResultImpl implements MatchResult(Code) | | Match result implementation
Note: probably it might make sense to combine this class with Matcher.
author: Nikolay A. Kuznetsov version: $Revision: 1.15.2.2 $ |
Constructor Summary | |
| MatchResultImpl(CharSequence string, int leftBound, int rightBound, int groupCount, int compQuantCount, int consumersCount) |
previousMatch | int previousMatch(Code) | | |
requireEnd | boolean requireEnd(Code) | | |
startIndex | int startIndex(Code) | | |
MatchResultImpl | MatchResultImpl(CharSequence string, int leftBound, int rightBound, int groupCount, int compQuantCount, int consumersCount)(Code) | | |
end | public int end(int group)(Code) | | |
finalizeMatch | public void finalizeMatch()(Code) | | |
getConsumed | public int getConsumed(int counter)(Code) | | |
getEnd | int getEnd(int group)(Code) | | |
getEnterCounter | public int getEnterCounter(int setCounter)(Code) | | |
getLeftBound | public int getLeftBound()(Code) | | |
getPreviousMatchEnd | int getPreviousMatchEnd()(Code) | | |
getRightBound | public int getRightBound()(Code) | | |
getStart | int getStart(int group)(Code) | | |
groupCount | public int groupCount()(Code) | | |
hasAnchoringBounds | protected boolean hasAnchoringBounds()(Code) | | |
hasTransparentBounds | protected boolean hasTransparentBounds()(Code) | | |
isValid | protected boolean isValid()(Code) | | |
mode | protected int mode()(Code) | | |
reset | protected void reset()(Code) | | |
setConsumed | public void setConsumed(int counter, int value)(Code) | | |
setEnd | void setEnd(int group, int offset)(Code) | | |
setEnterCounter | public void setEnterCounter(int setCounter, int value)(Code) | | |
setMode | protected void setMode(int mode)(Code) | | |
setStart | void setStart(int group, int offset)(Code) | | |
setStartIndex | protected void setStartIndex(int startIndex)(Code) | | |
setValid | protected void setValid()(Code) | | |
start | public int start(int group)(Code) | | |
updateGroup | void updateGroup(int index, int srtOffset, int endOffset)(Code) | | |
useAnchoringBounds | protected void useAnchoringBounds(boolean value)(Code) | | |
useTransparentBounds | protected void useTransparentBounds(boolean value)(Code) | | |
|
|