Uses of Class
cz.cuni.amis.pogamut.shady.SimpleCharStream

Packages that use SimpleCharStream
cz.cuni.amis.pogamut.shady Fuzzy/Shady (name subject to change) ===== Shady is a new engine using if-then rules. posh is ugly piece of code that is maintaining compatibility with the version written in lisp and later in Python. 
 

Uses of SimpleCharStream in cz.cuni.amis.pogamut.shady
 

Fields in cz.cuni.amis.pogamut.shady declared as SimpleCharStream
protected  SimpleCharStream ShadyParserTokenManager.input_stream
           
 

Methods in cz.cuni.amis.pogamut.shady with parameters of type SimpleCharStream
 void ShadyParserTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void ShadyParserTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in cz.cuni.amis.pogamut.shady with parameters of type SimpleCharStream
ShadyParserTokenManager(SimpleCharStream stream)
          Constructor.
ShadyParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.