Package tigase.test.parser
Class TestScriptTokenManager
- java.lang.Object
-
- tigase.test.parser.TestScriptTokenManager
-
- All Implemented Interfaces:
TestScriptConstants
public class TestScriptTokenManager extends Object implements TestScriptConstants
-
-
Field Summary
Fields Modifier and Type Field Description protected charcurCharPrintStreamdebugStreamprotected JavaCharStreaminput_streamstatic int[]jjnewLexStatestatic String[]jjstrLiteralImagesstatic String[]lexStateNames
-
Constructor Summary
Constructors Constructor Description TestScriptTokenManager(JavaCharStream stream)TestScriptTokenManager(JavaCharStream stream, int lexState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TokengetNextToken()protected TokenjjFillToken()voidReInit(JavaCharStream stream)voidReInit(JavaCharStream stream, int lexState)voidsetDebugStream(PrintStream ds)voidSwitchTo(int lexState)
-
-
-
Field Detail
-
debugStream
public PrintStream debugStream
-
jjstrLiteralImages
public static final String[] jjstrLiteralImages
-
lexStateNames
public static final String[] lexStateNames
-
jjnewLexState
public static final int[] jjnewLexState
-
input_stream
protected JavaCharStream input_stream
-
curChar
protected char curChar
-
-
Constructor Detail
-
TestScriptTokenManager
public TestScriptTokenManager(JavaCharStream stream)
-
TestScriptTokenManager
public TestScriptTokenManager(JavaCharStream stream, int lexState)
-
-
Method Detail
-
setDebugStream
public void setDebugStream(PrintStream ds)
-
ReInit
public void ReInit(JavaCharStream stream)
-
ReInit
public void ReInit(JavaCharStream stream, int lexState)
-
SwitchTo
public void SwitchTo(int lexState)
-
jjFillToken
protected Token jjFillToken()
-
getNextToken
public Token getNextToken()
-
-