public class XPointerFrameworkParserTokenManager extends Object implements XPointerFrameworkParserConstants
| Modifier and Type | Field and Description |
|---|---|
protected char |
curChar |
PrintStream |
debugStream |
protected SimpleCharStream |
input_stream |
static int[] |
jjnewLexState |
static String[] |
jjstrLiteralImages |
static String[] |
lexStateNames |
BaseChar, CIRC_LBRACE, CIRC_RBRACE, CombiningChar, DEFAULT, DOUBLE_CIRC, EOF, Extender, Ideographic, IN_SCHEME, LBRACE, Letter, NCName, NormalChar, QName, RBRACE, tokenImage, UnicodeDigit, WS| Constructor and Description |
|---|
XPointerFrameworkParserTokenManager(SimpleCharStream stream) |
XPointerFrameworkParserTokenManager(SimpleCharStream stream,
int lexState) |
| Modifier and Type | Method and Description |
|---|---|
Token |
getNextToken() |
protected Token |
jjFillToken() |
void |
ReInit(SimpleCharStream stream) |
void |
ReInit(SimpleCharStream stream,
int lexState) |
void |
setDebugStream(PrintStream ds) |
void |
SwitchTo(int lexState) |
public PrintStream debugStream
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public static final int[] jjnewLexState
protected SimpleCharStream input_stream
protected char curChar
public XPointerFrameworkParserTokenManager(SimpleCharStream stream)
public XPointerFrameworkParserTokenManager(SimpleCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState)
public void SwitchTo(int lexState)
protected Token jjFillToken()
public Token getNextToken()
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.