Searched defs:m_tokenQueue (Results 1 - 1 of 1) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xpath/compiler/
H A DOpMap.java72 * end of the m_tokenQueue. The idea is that the queue can be marked and a sequence
75 ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE, BLOCKTOKENQUEUESIZE); field in class:OpMap
84 return m_tokenQueue;
96 return m_tokenQueue.elementAt(pos);
111 return m_tokenQueue.size();
117 * operations codes and indexes into the m_tokenQueue.
125 * operations codes and indexes into the m_tokenQueue.
160 n = m_tokenQueue.size();
161 m_tokenQueue.setToSize(n + 4);
163 m_tokenQueue
[all...]

Completed in 77 milliseconds