Home
last modified time | relevance | path

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

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java411 public static final int OP_NUMBERLIT = 27; field in OpCodes
DCompiler.java169 case OpCodes.OP_NUMBERLIT : in compile()
DXPathParser.java1436 appendOp(2, OpCodes.OP_NUMBERLIT); in PrimaryExpr()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java441 case OpCodes.OP_NUMBERLIT: in isProximateInnerExpr()
510 case OpCodes.OP_NUMBERLIT: in mightBeProximate()