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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DOpMap.java74 * end of the m_tokenQueue. The idea is that the queue can be marked and a sequence
77 ObjectVector m_tokenQueue = new ObjectVector(MAXTOKENQUEUESIZE, BLOCKTOKENQUEUESIZE); field in class:OpMap
86 return m_tokenQueue;
98 return m_tokenQueue.elementAt(pos);
113 return m_tokenQueue.size();
119 * operations codes and indexes into the m_tokenQueue.
127 * operations codes and indexes into the m_tokenQueue.
162 n = m_tokenQueue.size();
163 m_tokenQueue.setToSize(n + 4);
165 m_tokenQueue
[all...]

Completed in 27 milliseconds