public class GeneratedJavaDocParserTokenManager extends Object implements GeneratedJavaDocParserConstants
Modifier and Type | Field and Description |
---|---|
protected int |
curChar |
PrintStream |
debugStream
Debug output.
|
protected SimpleCharStream |
input_stream |
static int[] |
jjnewLexState
Lex State array.
|
static String[] |
jjstrLiteralImages
Token literal values.
|
static String[] |
lexStateNames
Lexer state names.
|
DEFAULT, END_JAVADOC_COMMENT, ENTER_JAVADOC_COMMENT, EOF, OLD_MAC_EOL, SLASH, SPACE, STAR, TAG, TEXT, tokenImage, UNIX_EOL, WINDOWS_EOL
Constructor and Description |
---|
GeneratedJavaDocParserTokenManager(SimpleCharStream stream)
Constructor.
|
GeneratedJavaDocParserTokenManager(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
public static final int[] jjnewLexState
protected SimpleCharStream input_stream
protected int curChar
public GeneratedJavaDocParserTokenManager(SimpleCharStream stream)
public GeneratedJavaDocParserTokenManager(SimpleCharStream stream, int lexState)
public void setDebugStream(PrintStream ds)
protected Token jjFillToken()
public Token getNextToken()
public void ReInit(SimpleCharStream stream)
public void ReInit(SimpleCharStream stream, int lexState)
public void SwitchTo(int lexState)
Copyright © 2007–2020. All rights reserved.