Home | History | Annotate | Download | only in operations

Lines Matching refs:m_left

38   protected Expression m_left;
56 m_left.fixupVariables(vars, globalsSize);
70 if (null != m_left && m_left.canTraverseOutsideSubtree())
88 m_left = l;
109 XObject left = m_left.execute(xctxt, true);
138 return m_left;
154 return m_left;
163 m_left = exp;
174 m_left.callVisitors(new LeftExprOwner(), visitor);
204 if(!m_left.deepEquals(((Operation)expr).m_left))