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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpCodes.java180 * [OP_PLUS]
189 public static final int OP_PLUS = 10; field in class:OpCodes
H A DCompiler.java143 case OpCodes.OP_PLUS :
H A DXPathParser.java1014 insertOp(addPos, 2, OpCodes.OP_PLUS);
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/
H A DREDebugCompiler.java51 hashOpcode.put(new Integer(RE.OP_PLUS), "OP_PLUS");
H A DRE.java342 static final char OP_PLUS = '+'; // node positive closure field in class:RE

Completed in 48 milliseconds