Package org.htmlunit.javascript.regexp
Class HtmlUnitRegExpProxy.StaticStringMatcher
java.lang.Object
org.htmlunit.javascript.regexp.HtmlUnitRegExpProxy.StaticStringMatcher
- All Implemented Interfaces:
MatchResult
- Enclosing class:
HtmlUnitRegExpProxy
private static final class HtmlUnitRegExpProxy.StaticStringMatcher
extends Object
implements MatchResult
Simple helper.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.regex.MatchResult
end, group, hasMatch, namedGroups, start
-
Field Details
-
original_
-
search_
-
start_
private int start_ -
end_
private int end_
-
-
Constructor Details
-
StaticStringMatcher
-
-
Method Details
-
find
public boolean find() -
group
- Specified by:
group
in interfaceMatchResult
-
start
public int start()- Specified by:
start
in interfaceMatchResult
-
end
public int end()- Specified by:
end
in interfaceMatchResult
-
start
public int start(int group) - Specified by:
start
in interfaceMatchResult
-
end
public int end(int group) - Specified by:
end
in interfaceMatchResult
-
group
- Specified by:
group
in interfaceMatchResult
-
groupCount
public int groupCount()- Specified by:
groupCount
in interfaceMatchResult
-