Searched refs:m_Stack (Results 1 – 1 of 1) sorted by relevance
620 private Stack<TreeNode> m_Stack; field in EnumConverter623 m_Stack = new Stack<TreeNode>(); in EnumConverter()629 m_Stack.push(root); in convert()631 assertTrue("EnumConverter.convert: stack", m_Stack.empty()); in convert()665 m_Stack.push(node); in convertChildren()703 m_Stack.peek().appendChild(node); in convertChildren()778 m_Stack.push(node); in convertChildren()781 node = m_Stack.pop(); in convertChildren()791 m_Stack.push(node); in convertChildren()800 m_Stack.peek().appendChild(node); in convertChildren()[all …]
Completed in 32 milliseconds