Home
last modified time | relevance | path

Searched refs:OP_PLUS (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java187 public static final int OP_PLUS = 10; field in OpCodes
DCompiler.java141 case OpCodes.OP_PLUS : in compile()
DXPathParser.java1012 insertOp(addPos, 2, OpCodes.OP_PLUS); in AdditiveExpr()