Uses of Class
de.uniba.wiai.lspi.util.console.parser.SimpleCharStream

Packages that use SimpleCharStream
de.uniba.wiai.lspi.util.console.parser Contains the parser of the test console. 
 

Uses of SimpleCharStream in de.uniba.wiai.lspi.util.console.parser
 

Methods in de.uniba.wiai.lspi.util.console.parser with parameters of type SimpleCharStream
 void CommandParserTokenManager.ReInit(SimpleCharStream stream)
           
 void CommandParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in de.uniba.wiai.lspi.util.console.parser with parameters of type SimpleCharStream
CommandParserTokenManager(SimpleCharStream stream)
           
CommandParserTokenManager(SimpleCharStream stream, int lexState)