Home
last modified time | relevance | path

Searched refs:OP_VARIABLE (Results 1 – 6 of 6) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/axes/
DWalkerFactory.java340 case OpCodes.OP_VARIABLE : in getAxisFromStep()
440 case OpCodes.OP_VARIABLE: in isProximateInnerExpr()
482 case OpCodes.OP_VARIABLE : in mightBeProximate()
504 case OpCodes.OP_VARIABLE: in mightBeProximate()
591 case OpCodes.OP_VARIABLE : in isOptimizableForDescendantIterator()
690 case OpCodes.OP_VARIABLE : in analyze()
994 case OpCodes.OP_VARIABLE : in createDefaultStepPattern()
1004 case OpCodes.OP_VARIABLE : in createDefaultStepPattern()
1135 case OpCodes.OP_VARIABLE : in analyzePredicate()
1185 case OpCodes.OP_VARIABLE : in createDefaultWalker()
[all …]
DFilterExprWalker.java75 case OpCodes.OP_VARIABLE : in init()
DUnionPathIterator.java350 case OpCodes.OP_VARIABLE : in loadLocationPaths()
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
DOpCodes.java329 public static final int OP_VARIABLE = 22; field in OpCodes
DCompiler.java165 case OpCodes.OP_VARIABLE : in compile()
DXPathParser.java1413 appendOp(2, OpCodes.OP_VARIABLE); in PrimaryExpr()