Searched refs:Slice (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/regex/
H A DPattern.java1677 if (matchRoot instanceof Slice) {
2119 * Parse and add a new Single or Slice.
2148 if (first > 0) { // Slice is waiting; handle it first
3329 return hasSupplementary ? new SliceS(tmp) : new Slice(tmp);
3837 * Base class for all Slice nodes
3855 static final class Slice extends SliceNode { class in class:Pattern
3856 Slice(int[] buf) { method in class:Pattern.Slice
5294 if (!(node instanceof Slice)) {
5298 int[] src = ((Slice) node).buffer;

Completed in 60 milliseconds