Searched refs:opPos (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DCompiler.java110 * @param opPos The current position in the xpath.m_opMap array.
116 public Expression compile(int opPos) throws TransformerException argument
119 int op = getOp(opPos);
126 expr = compile(opPos + 2); break;
128 expr = or(opPos); break;
130 expr = and(opPos); break;
132 expr = notequals(opPos); break;
134 expr = equals(opPos); break;
136 expr = lte(opPos); break;
138 expr = lt(opPos); brea
211 compileOperation(Operation operation, int opPos) argument
233 compileUnary(UnaryOperation unary, int opPos) argument
253 or(int opPos) argument
267 and(int opPos) argument
281 notequals(int opPos) argument
295 equals(int opPos) argument
309 lte(int opPos) argument
323 lt(int opPos) argument
337 gte(int opPos) argument
351 gt(int opPos) argument
365 plus(int opPos) argument
379 minus(int opPos) argument
393 mult(int opPos) argument
407 div(int opPos) argument
421 mod(int opPos) argument
449 neg(int opPos) argument
463 string(int opPos) argument
477 bool(int opPos) argument
491 number(int opPos) argument
505 literal(int opPos) argument
522 numberlit(int opPos) argument
539 variable(int opPos) argument
568 group(int opPos) argument
584 arg(int opPos) argument
601 union(int opPos) argument
643 locationPath(int opPos) argument
666 predicate(int opPos) argument
680 matchPattern(int opPos) argument
726 locationPathPattern(int opPos) argument
744 getWhatToShow(int opPos) argument
823 stepPattern( int opPos, int stepCount, StepPattern ancestorPattern) argument
949 getCompiledPredicates(int opPos) argument
976 countPredicates(int opPos) argument
1000 compilePredicates(int opPos, Expression[] predicates) argument
1020 compileFunction(int opPos) argument
1102 compileExtension(int opPos) argument
[all...]
H A DOpMap.java173 * @param opPos index into op map.
174 * @return the op that corresponds to the opPos argument.
176 public int getOp(int opPos) argument
178 return m_opMap.elementAt(opPos);
184 * @param opPos index into op map.
187 public void setOp(int opPos, int value) argument
189 m_opMap.setElementAt(value,opPos);
196 * @param opPos An op position of an operation for which there is a size
200 public int getNextOpPos(int opPos) argument
202 return opPos
212 getNextStepPos(int opPos) argument
258 getNextOpPos(int[] opMap, int opPos) argument
275 getFirstPredicateOpPos(int opPos) argument
333 getFirstChildPos(int opPos) argument
345 getArgLength(int opPos) argument
357 getArgLengthOfStep(int opPos) argument
369 getFirstChildPosOfStep(int opPos) argument
[all...]
H A DXPathParser.java807 int opPos = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
814 insertOp(opPos, 2, OpCodes.OP_OR);
817 m_ops.setOp(opPos + OpMap.MAPINDEX_LENGTH,
818 m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos);
834 int opPos = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
841 insertOp(opPos, 2, OpCodes.OP_AND);
844 m_ops.setOp(opPos + OpMap.MAPINDEX_LENGTH,
845 m_ops.getOp(OpMap.MAPINDEX_LENGTH) - opPos);
867 int opPos = m_ops.getOp(OpMap.MAPINDEX_LENGTH);
870 addPos = opPos;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/axes/
H A DAttributeIterator.java42 * @param opPos The position within the op map, which contains the
47 AttributeIterator(Compiler compiler, int opPos, int analysis) argument
50 super(compiler, opPos, analysis);
H A DOneStepIteratorForward.java49 * @param opPos The position within the op map, which contains the
54 OneStepIteratorForward(Compiler compiler, int opPos, int analysis) argument
57 super(compiler, opPos, analysis);
58 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DBasicTestIterator.java70 * @param opPos The position of this iterator in the
75 protected BasicTestIterator(Compiler compiler, int opPos, int analysis) argument
78 super(compiler, opPos, analysis, false);
80 int firstStepPos = OpMap.getFirstChildPos(opPos);
105 * @param opPos The position of this iterator in the
114 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
117 super(compiler, opPos, analysis, shouldLoadWalkers);
113 BasicTestIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DUnionPathIterator.java153 * @param opPos The position of this iterator in the
158 public UnionPathIterator(Compiler compiler, int opPos) argument
164 opPos = OpMap.getFirstChildPos(opPos);
166 loadLocationPaths(compiler, opPos, 0);
174 * @param opPos The position of this iterator in the
181 public static LocPathIterator createUnionIterator(Compiler compiler, int opPos) argument
188 UnionPathIterator upi = new UnionPathIterator(compiler, opPos);
306 * @param opPos The position of this iterator in the
313 Compiler compiler, int opPos) throw
312 createDTMIterator( Compiler compiler, int opPos) argument
331 loadLocationPaths(Compiler compiler, int opPos, int count) argument
[all...]
H A DWalkerFactory.java154 * @param opPos The position of the operation code for this itterator.
161 Compiler compiler, int opPos,
166 int firstStepPos = OpMap.getFirstChildPos(opPos);
180 iter = new SelfIteratorNoPredicate(compiler, opPos, analysis);
193 iter = new ChildIterator(compiler, opPos, analysis);
201 iter = new ChildTestIterator(compiler, opPos, analysis);
212 iter = new AttributeIterator(compiler, opPos, analysis);
224 iter = new OneStepIteratorForward(compiler, opPos, analysis);
233 iter = new OneStepIterator(compiler, opPos, analysis);
258 iter = new DescendantIterator(compiler, opPos, analysi
160 newDTMIterator( Compiler compiler, int opPos, boolean isTopLevel) argument
402 functionProximateOrContainsProximate(Compiler compiler, int opPos) argument
432 isProximateInnerExpr(Compiler compiler, int opPos) argument
475 mightBeProximate(Compiler compiler, int opPos, int stepType) argument
980 createDefaultStepPattern( Compiler compiler, int opPos, MatchPatternIterator mpi, int analysis, StepPattern tail, StepPattern head) argument
1129 analyzePredicate(Compiler compiler, int opPos, int stepType) argument
1166 createDefaultWalker(Compiler compiler, int opPos, WalkingIterator lpi, int analysis) argument
[all...]
H A DChildIterator.java45 * @param opPos The position within the op map, which contains the
51 ChildIterator(Compiler compiler, int opPos, int analysis) argument
54 super(compiler, opPos, analysis, false);
H A DChildTestIterator.java51 * @param opPos The position within the op map, which contains the
56 ChildTestIterator(Compiler compiler, int opPos, int analysis) argument
59 super(compiler, opPos, analysis);
H A DSelfIteratorNoPredicate.java43 * @param opPos The position within the op map, which contains the
49 SelfIteratorNoPredicate(Compiler compiler, int opPos, int analysis) argument
52 super(compiler, opPos, analysis, false);
H A DWalkingIteratorSorted.java62 * @param opPos The position of this iterator in the
71 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
74 super(compiler, opPos, analysis, shouldLoadWalkers);
70 WalkingIteratorSorted( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DFilterExprWalker.java59 * @param opPos positive opcode position for this step.
64 public void init(Compiler compiler, int opPos, int stepType) argument
68 super.init(compiler, opPos, stepType);
78 m_expr = compiler.compile(opPos);
88 m_expr = compiler.compile(opPos + 2);
H A DOneStepIterator.java53 * @param opPos The position within the op map, which contains the
58 OneStepIterator(Compiler compiler, int opPos, int analysis) argument
61 super(compiler, opPos, analysis);
62 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DWalkingIterator.java48 * @param opPos The position of this iterator in the
57 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
60 super(compiler, opPos, analysis, shouldLoadWalkers);
62 int firstStepPos = OpMap.getFirstChildPos(opPos);
56 WalkingIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DDescendantIterator.java51 * @param opPos The position within the op map, which contains the
56 DescendantIterator(Compiler compiler, int opPos, int analysis) argument
60 super(compiler, opPos, analysis, false);
62 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DMatchPatternIterator.java69 * @param opPos The position of this iterator in the
76 MatchPatternIterator(Compiler compiler, int opPos, int analysis) argument
80 super(compiler, opPos, analysis, false);
82 int firstStepPos = OpMap.getFirstChildPos(opPos);
H A DLocPathIterator.java85 * @param opPos The position of this iterator in the
90 protected LocPathIterator(Compiler compiler, int opPos, int analysis) argument
93 this(compiler, opPos, analysis, true);
103 * @param opPos The position of this iterator in the
112 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)
111 LocPathIterator( Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers) argument
H A DAxesWalker.java68 * @param opPos The op code position of this location step.
73 public void init(Compiler compiler, int opPos, int stepType) argument
77 initPredicateInfo(compiler, opPos);
H A DPredicatedNodeTest.java157 * @param opPos The op code position of this location step.
161 protected void initPredicateInfo(Compiler compiler, int opPos) argument
165 int pos = compiler.getFirstPredicateOpPos(opPos);

Completed in 270 milliseconds