Searched refs:m_currentFuncResult (Results 1 – 1 of 1) sorted by relevance
263 ObjectStack m_currentFuncResult = new ObjectStack(); field in TransformerImpl2773 m_currentFuncResult.push(val); in pushCurrentFuncResult()2782 return m_currentFuncResult.pop(); in popCurrentFuncResult()2793 return !m_currentFuncResult.empty() in currentFuncResultSeen()2794 && m_currentFuncResult.peek() != null; in currentFuncResultSeen()