java.util.regex
Class Pattern.All
java.lang.Object
java.util.regex.Pattern.Node
java.util.regex.Pattern.All
- Enclosing class:
- Pattern
- static final class Pattern.All
- extends Pattern.Node
Implements the Unicode category ALL and the dot metacharacter when
in dotall mode.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
next
Pattern.Node next
Pattern.All
Pattern.All()
dup
Pattern.Node dup(boolean not)
- Overrides:
dup
in class Pattern.Node
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
study
boolean study(Pattern.TreeInfo info)
- Description copied from class:
Pattern.Node
- This method is good for all zero length assertions.
- Overrides:
study
in class Pattern.Node