Uses of Class
edu.upc.dama.dex.shell.SimpleCharStream

Packages that use SimpleCharStream
edu.upc.dama.dex.shell Provides a useful command-line tool to query the content of a DbGraph (a DEX graph database). 
 

Uses of SimpleCharStream in edu.upc.dama.dex.shell
 

Fields in edu.upc.dama.dex.shell declared as SimpleCharStream
protected  SimpleCharStream ShellTokenManager.input_stream
           
 

Methods in edu.upc.dama.dex.shell with parameters of type SimpleCharStream
 void ShellTokenManager.ReInit(SimpleCharStream stream)
           
 void ShellTokenManager.ReInit(SimpleCharStream stream, int lexState)
           
 

Constructors in edu.upc.dama.dex.shell with parameters of type SimpleCharStream
ShellTokenManager(SimpleCharStream stream)
           
ShellTokenManager(SimpleCharStream stream, int lexState)