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

/openjdk7/jdk/src/share/classes/sun/misc/
H A DRegexpPool.java246 if (suffixMachine.firstchild != null) {
248 suffixMachine.firstchild.print(out);
251 if (prefixMachine.firstchild != null) {
253 prefixMachine.firstchild.print(out);
263 RegexpNode firstchild; field in class:RegexpNode
279 RegexpNode p = firstchild;
289 p.nextsibling = firstchild;
291 firstchild = p;
295 for (RegexpNode p = firstchild;
308 if (p.firstchild !
[all...]

Completed in 29 milliseconds