Searched defs:m_right (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/operations/
H A DOperation.java44 protected Expression m_right; field in class:Operation
59 m_right.fixupVariables(vars, globalsSize);
75 if (null != m_right && m_right.canTraverseOutsideSubtree())
91 m_right = r;
112 XObject right = m_right.execute(xctxt, true);
146 return m_right;
177 m_right.callVisitors(this, visitor);
186 return m_right;
195 m_right
[all...]
H A DUnaryOperation.java40 protected Expression m_right; field in class:UnaryOperation
54 m_right.fixupVariables(vars, globalsSize);
66 if (null != m_right && m_right.canTraverseOutsideSubtree())
81 m_right = r;
99 return operate(m_right.execute(xctxt));
118 return m_right;
128 m_right.callVisitors(this, visitor);
138 return m_right;
147 m_right
[all...]

Completed in 91 milliseconds