Home
last modified time | relevance | path

Searched refs:m_Stack (Results 1 – 1 of 1) sorted by relevance

/aoo41x/main/sw/qa/complex/writer/
H A DTextPortionEnumerationTest.java620 private Stack<TreeNode> m_Stack; field in EnumConverter
623 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 26 milliseconds