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

Packages that use SimpleCharStream
edu.upc.dama.dex.script Provides classes and tools used to help to create schemas and load data. 
 

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

Fields in edu.upc.dama.dex.script declared as SimpleCharStream
protected  SimpleCharStream ScriptParserTokenManager.input_stream
           
 

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

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