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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java38 static final int QUESTION = 9; // X? field in class:Op
87 return new ChildOp(nongreedy ? Op.NONGREEDYQUESTION : Op.QUESTION);
142 Op getChild() { // for CLOSURE, QUESTION
H A DRegularExpression.java1205 case Op.QUESTION:
1331 case Op.QUESTION:

Completed in 565 milliseconds