de.uniba.wiai.lspi.util.console.parser
Class CommandParserTokenManager
java.lang.Object
de.uniba.wiai.lspi.util.console.parser.CommandParserTokenManager
- All Implemented Interfaces:
- CommandParserConstants
public class CommandParserTokenManager
- extends java.lang.Object
- implements CommandParserConstants
- Author:
- sven
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
debugStream
public java.io.PrintStream debugStream
CommandParserTokenManager
public CommandParserTokenManager(SimpleCharStream stream)
CommandParserTokenManager
public CommandParserTokenManager(SimpleCharStream stream,
int lexState)
setDebugStream
public void setDebugStream(java.io.PrintStream ds)
- Parameters:
ds - The debugStream to set.
ReInit
public void ReInit(SimpleCharStream stream)
ReInit
public void ReInit(SimpleCharStream stream,
int lexState)
SwitchTo
public void SwitchTo(int lexState)
getNextToken
public Token getNextToken()