public class XPath20ParserTokenManager extends Object
| Modifier and Type | Field and Description |
|---|---|
protected char |
curChar |
PrintStream |
debugStream
Debug output.
|
protected SimpleCharStream |
input_stream |
static String[] |
jjstrLiteralImages
Token literal values.
|
static String[] |
lexStateNames
Lexer state names.
|
| Constructor and Description |
|---|
XPath20ParserTokenManager(SimpleCharStream stream)
Constructor.
|
XPath20ParserTokenManager(SimpleCharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
getNextToken()
Get the next Token.
|
protected Token |
jjFillToken() |
void |
ReInit(SimpleCharStream stream)
Reinitialise parser.
|
void |
ReInit(SimpleCharStream stream,
int lexState)
Reinitialise parser.
|
void |
setDebugStream(PrintStream ds)
Set debug output.
|
void |
SwitchTo(int lexState)
Switch to specified lex state.
|
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
protected SimpleCharStream input_stream
protected char curChar
public XPath20ParserTokenManager(SimpleCharStream stream)
public XPath20ParserTokenManager(SimpleCharStream stream, int lexState) throws XPathException
XPathExceptionpublic void setDebugStream(PrintStream ds)
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState) throws XPathException
XPathExceptionpublic void SwitchTo(int lexState)
throws XPathException
XPathExceptionprotected Token jjFillToken()
public Token getNextToken() throws XPathException
XPathExceptionCopyright © 2013. All rights reserved.