Uses of Class
org.openl.grammar.bexgrammar.SimpleCharStream
-
Packages that use SimpleCharStream Package Description org.openl.grammar.bexgrammar -
-
Uses of SimpleCharStream in org.openl.grammar.bexgrammar
Fields in org.openl.grammar.bexgrammar declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStreamBExGrammarTokenManager. input_streamMethods in org.openl.grammar.bexgrammar with parameters of type SimpleCharStream Modifier and Type Method Description voidBExGrammarTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidBExGrammarTokenManager. ReInit(SimpleCharStream stream, int lexState)Reinitialise parser.Constructors in org.openl.grammar.bexgrammar with parameters of type SimpleCharStream Constructor Description BExGrammarTokenManager(SimpleCharStream stream)Constructor.BExGrammarTokenManager(SimpleCharStream stream, int lexState)Constructor.
-