java.util.regex
Class Pattern.Behind
java.lang.Object
java.util.regex.Pattern.Node
java.util.regex.Pattern.Behind
- Enclosing class:
- Pattern
- static final class Pattern.Behind
- extends Pattern.Node
Zero width positive lookbehind.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cond
Pattern.Node cond
rmax
int rmax
rmin
int rmin
next
Pattern.Node next
Pattern.Behind
Pattern.Behind(Pattern.Node cond,
int rmax,
int rmin)
match
boolean match(Matcher matcher,
int i,
CharSequence seq)
- Description copied from class:
Pattern.Node
- This method implements the classic accept node.
- 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.