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