HomeSort by relevance Sort by last modified time
    Searched refs:OP_BOOL (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xpath/compiler/
OpCodes.java 272 * [OP_BOOL] (cast operation)
280 public static final int OP_BOOL = 18;
Compiler.java 157 case OpCodes.OP_BOOL :
    [all...]
XPathParser.java 1181 appendOp(2, OpCodes.OP_BOOL);
    [all...]

Completed in 160 milliseconds