Home | History | Annotate | Download | only in processor

Lines Matching refs:m_importStack

1466   private Stack m_importStack = new Stack();
1471 * with an element in the m_importStack.
1483 m_importStack.push(hrefUrl);
1506 return stackContains(m_importStack, hrefUrl);
1516 return (String) m_importStack.pop();
1521 return (String) m_importStack.peek();
1531 * to the URL popped from the m_importStack.