Uses of Class
org.openl.grammar.bexgrammar.SimpleCharStream

Packages that use SimpleCharStream
org.openl.grammar.bexgrammar   
 

Uses of SimpleCharStream in org.openl.grammar.bexgrammar
 

Fields in org.openl.grammar.bexgrammar declared as SimpleCharStream
protected  SimpleCharStream BExGrammarTokenManager.input_stream
           
 

Methods in org.openl.grammar.bexgrammar with parameters of type SimpleCharStream
 void BExGrammarTokenManager.ReInit(SimpleCharStream stream)
          Reinitialise parser.
 void BExGrammarTokenManager.ReInit(SimpleCharStream stream, int lexState)
          Reinitialise parser.
 

Constructors in org.openl.grammar.bexgrammar with parameters of type SimpleCharStream
BExGrammarTokenManager(SimpleCharStream stream)
          Constructor.
BExGrammarTokenManager(SimpleCharStream stream, int lexState)
          Constructor.
 



Copyright © 2011. All Rights Reserved.