Uses of Class
cz.cuni.amis.pogamut.sposh.elements.SimpleCharStream

Packages that use SimpleCharStream
cz.cuni.amis.pogamut.sposh.elements This package contains parser for Yaposh plan, classes that represent elements of the plan and some auxiliry classes. 
 

Uses of SimpleCharStream in cz.cuni.amis.pogamut.sposh.elements
 

Fields in cz.cuni.amis.pogamut.sposh.elements declared as SimpleCharStream
protected  SimpleCharStream PoshParserTokenManager.input_stream
           
 

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

Constructors in cz.cuni.amis.pogamut.sposh.elements with parameters of type SimpleCharStream
PoshParserTokenManager(SimpleCharStream stream)
          Constructor.
PoshParserTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



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