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

/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/compiler/
H A DXPathParser.java264 final boolean tokenIs(String s) method in class:XPathParser
277 final boolean tokenIs(char c) method in class:XPathParser
496 if (tokenIs(expected))
524 if (tokenIs(expected))
811 if ((null != m_token) && tokenIs("or"))
838 if ((null != m_token) && tokenIs("and"))
876 if (tokenIs('!') && lookahead('=', 1))
889 else if (tokenIs('='))
936 if (tokenIs('<'))
940 if (tokenIs('
[all...]

Completed in 88 milliseconds