Searched defs:conditionflow (Results 1 - 1 of 1) 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) { argument
124 ConditionOp op = new ConditionOp(Op.CONDITION, ref, conditionflow, yesflow, noflow);
246 ConditionOp(int type, int refno, Op conditionflow, Op yesflow, Op noflow) { argument
249 this.condition = conditionflow;

Completed in 31 milliseconds