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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java122 static ConditionOp createCondition(Op next, int ref, Op conditionflow, Op yesflow, Op noflow) {
124 ConditionOp op = new ConditionOp(Op.CONDITION, ref, conditionflow, yesflow, noflow);
241 static class ConditionOp extends Op { class in class:Op
246 ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow) { method in class:Op.ConditionOp
H A DRegularExpression.java1290 Op.ConditionOp cop = (Op.ConditionOp)op;
1419 final Op.ConditionOp cop = (Op.ConditionOp)op;

Completed in 36 milliseconds