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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DRECompiler.java163 * @param pointTo Node to have the tail of the chain point to
165 void setNextOfEnd(int node, int pointTo) argument
179 if ( node == pointTo ) {
180 pointTo = lenInstruction;
185 // if we have reached the end of the program then dont set the pointTo.
188 // Point the last node in the chain to pointTo.
189 instruction[node + RE.offsetNext] = (char)(short)(pointTo - node);

Completed in 1683 milliseconds