Home | History | Annotate | Download | only in operations

Lines Matching defs:m_right

38   protected Expression m_right;
52 m_right.fixupVariables(vars, globalsSize);
64 if (null != m_right && m_right.canTraverseOutsideSubtree())
79 m_right = r;
97 return operate(m_right.execute(xctxt));
116 return m_right;
126 m_right.callVisitors(this, visitor);
136 return m_right;
145 m_right = exp;
156 if(!m_right.deepEquals(((UnaryOperation)expr).m_right))