Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java199 public static final int OP_MINUS = 11; field in OpCodes
DCompiler.java143 case OpCodes.OP_MINUS : in compile()
DXPathParser.java1024 insertOp(addPos, 2, OpCodes.OP_MINUS); in AdditiveExpr()