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

/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java41 hashOpcode.put(new Integer(RE.OP_RELUCTANTPLUS), "OP_RELUCTANTPLUS");
H A DRE.java353 static final char OP_RELUCTANTPLUS = '='; // none/expr reluctant '+' (mnemonic for char is unshifted '+') field in class:RE
838 case OP_RELUCTANTPLUS:
H A DRECompiler.java1148 nodeInsert(RE.OP_RELUCTANTPLUS, 0, ret);

Completed in 43 milliseconds