Home
last modified time | relevance | path

Searched refs:OP_EQUALS (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java127 public static final int OP_EQUALS = 5; field in OpCodes
DCompiler.java131 case OpCodes.OP_EQUALS : in compile()
DXPathParser.java890 insertOp(addPos, 2, OpCodes.OP_EQUALS); in EqualityExpr()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java454 case OpCodes.OP_EQUALS: in isProximateInnerExpr()
522 case OpCodes.OP_EQUALS: in mightBeProximate()