Home | History | Annotate | Download | only in axes

Lines Matching refs:Compiler

32 import org.apache.xpath.compiler.Compiler;
79 * into the Compiler to create predicate expressions.
81 * @param compiler The Compiler which is creating
84 * opcode list from the compiler.
88 protected LocPathIterator(Compiler compiler, int opPos, int analysis)
91 this(compiler, opPos, analysis, true);
97 * into the Compiler to create predicate expressions.
99 * @param compiler The Compiler which is creating
102 * opcode list from the compiler.
110 Compiler compiler, int opPos, int analysis, boolean shouldLoadWalkers)