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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java72 static UnionOp createUnion(int size) {
74 //System.err.println("Creates UnionOp");
75 return new UnionOp(Op.UNION, size);
172 static class UnionOp extends Op { class in class:Op
174 UnionOp(int type, int size) { method in class:Op.UnionOp
H A DRegularExpression.java548 Op.UnionOp uni = Op.createUnion(tok.size());

Completed in 30 milliseconds