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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRE.java801 * @param lastNode Last valid node (used for matching a subexpression without
806 protected int matchNodes(int firstNode, int lastNode, int idxStart) argument
815 for (int node = firstNode; node < lastNode; )

Completed in 40 milliseconds