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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java53 hashOpcode.put(new Integer(RE.OP_NOTHING), "OP_NOTHING");
H A DRECompiler.java1078 node(RE.OP_NOTHING, 0);
1101 int nothing = node (RE.OP_NOTHING, 0); // which is OP_NOTHING
1102 setNextOfEnd(ret, nothing); // point (second) branch to OP_NOTHING
1103 setNextOfEnd(ret + RE.nodeSize, nothing); // point the end of X to OP_NOTHING node
1114 setNextOfEnd(ret, node(RE.OP_NOTHING, 0)); // OP_NOTHING
1126 setNextOfEnd(ret, node(RE.OP_NOTHING, 0)); // is OP_NOTHING
1195 node(RE.OP_NOTHING,
[all...]
H A DRE.java351 static final char OP_NOTHING = 'N'; // match null string such as in '(a|)' field in class:RE
1317 case OP_NOTHING:

Completed in 35 milliseconds