Searched defs:NONGREEDYQUESTION (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DOp.java39 static final int NONGREEDYQUESTION = 10; // X?? field in class:Op
87 return new ChildOp(nongreedy ? Op.NONGREEDYQUESTION : Op.QUESTION);

Completed in 573 milliseconds