java.util.regex
Class Pattern.LastNode
java.lang.Object
java.util.regex.Pattern.Node
java.util.regex.Pattern.LastNode
- Enclosing class:
- Pattern
- static class Pattern.LastNode
- extends Pattern.Node
Method Summary |
(package private) Pattern.Node |
dup(boolean not)
|
(package private) boolean |
match(Matcher matcher,
int i,
CharSequence seq)
This method implements the classic accept node with
the addition of a check to see if the match occured
using all of the input. |
(package private) boolean |
study(Pattern.TreeInfo info)
This method is good for all zero length assertions. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
Pattern.Node next
Pattern.LastNode
Pattern.LastNode()
match
boolean match(Matcher matcher,
int i,
CharSequence seq)
- This method implements the classic accept node with
the addition of a check to see if the match occured
using all of the input.
- Overrides:
match
in class Pattern.Node
dup
Pattern.Node dup(boolean not)
study
boolean study(Pattern.TreeInfo info)
- This method is good for all zero length assertions.