public class ParserCSSCharsetDetectorTokenManager extends Object implements ParserCSSCharsetDetectorConstants
| Modifier and Type | Field and Description |
|---|---|
protected int |
curChar |
protected CharStream |
input_stream |
static int[] |
jjnewLexState
Lex State array.
|
static String[] |
jjstrLiteralImages
Token literal values.
|
static String[] |
lexStateNames
Lexer state names.
|
CDC, CDO, CHARSET_SYM, DEFAULT, EOF, ESCAPE, ESCAPE_OTHER, ESCAPE_UNICODE, H, HNUM, IN_COMMENT, REST, S, SEMICOLON, STRING_EOL, STRING1, STRING2, tokenImage| Constructor and Description |
|---|
ParserCSSCharsetDetectorTokenManager(CharStream stream)
Constructor.
|
ParserCSSCharsetDetectorTokenManager(CharStream stream,
int lexState)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Token |
getNextToken()
Get the next Token.
|
protected Token |
jjFillToken() |
void |
ReInit(CharStream stream)
Reinitialise parser.
|
void |
ReInit(CharStream stream,
int lexState)
Reinitialise parser.
|
void |
SwitchTo(int lexState)
Switch to specified lex state.
|
public static final String[] jjstrLiteralImages
public static final String[] lexStateNames
public static final int[] jjnewLexState
protected CharStream input_stream
protected int curChar
public ParserCSSCharsetDetectorTokenManager(CharStream stream)
public ParserCSSCharsetDetectorTokenManager(CharStream stream, int lexState)
protected Token jjFillToken()
public Token getNextToken()
public void ReInit(CharStream stream)
public void ReInit(CharStream stream, int lexState)
public void SwitchTo(int lexState)
Copyright © 2014–2022 Philip Helger. All rights reserved.