OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:m_compiler
(Results
1 - 1
of
1
) sorted by null
/external/apache-xml/src/main/java/org/apache/xpath/compiler/
Lexer.java
38
private Compiler
m_compiler
;
field in class:Lexer
84
m_compiler
= compiler;
113
m_compiler
.m_currentPattern = pat;
122
m_compiler
.m_opMap = new OpMapVector(initTokQueueSize,
373
if (0 ==
m_compiler
.getTokenQueueSize())
414
(
m_compiler
.getTokenQueueSize() - (isAttrName ? 1 : 0)) + TARGETEXTRA;
447
int qsz =
m_compiler
.getTokenQueueSize();
455
(String)
m_compiler
.getTokenQueue().elementAt(m_processor.m_queueMark++);
549
targetStrings.addElement(
m_compiler
.getTokenQueue().elementAt(tokPos));
561
m_compiler
.getTokenQueue().addElement(s)
[
all
...]
Completed in 88 milliseconds