Home | History | Annotate | Download | only in axes

Lines Matching defs:m_expr

76       m_expr = compiler.compile(opPos);
77 m_expr.exprSetParent(this);
78 //if((OpCodes.OP_FUNCTION == stepType) && (m_expr instanceof org.apache.xalan.templates.FuncKey))
79 if(m_expr instanceof org.apache.xpath.operations.Variable)
86 m_expr = compiler.compile(opPos + 2);
87 m_expr.exprSetParent(this);
89 // if(m_expr instanceof WalkingIterator)
91 // WalkingIterator wi = (WalkingIterator)m_expr;
97 // m_expr = fw.m_expr;
98 // m_expr.exprSetParent(this);
133 m_lpi.getIsTopLevel(), m_lpi.m_stackFrame, m_expr);
219 private Expression m_expr;
221 /** The result of executing m_expr. Needs to be deep cloned on clone op. */
240 m_expr.fixupVariables(vars, globalsSize);
248 return m_expr;
257 m_expr = expr;
267 if (null != m_expr && m_expr instanceof PathComponent)
269 return ((PathComponent) m_expr).getAnalysisBits();
304 return m_expr;
313 m_expr = exp;
326 m_expr.callVisitors(new filterExprOwner(), visitor);
341 if(!m_expr.deepEquals(walker.m_expr))