Uses of Class
org.jacop.fz.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in org.jacop.fz
Fields in org.jacop.fz declared as SimpleCharStreamModifier and TypeFieldDescriptionprotected SimpleCharStream
ParserTokenManager.input_stream
(package private) SimpleCharStream
Parser.jj_input_stream
Methods in org.jacop.fz with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoid
ParserTokenManager.ReInit
(SimpleCharStream stream) Reinitialise parser.void
ParserTokenManager.ReInit
(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in org.jacop.fz with parameters of type SimpleCharStreamModifierConstructorDescriptionParserTokenManager
(SimpleCharStream stream) Constructor.ParserTokenManager
(SimpleCharStream stream, int lexState) Constructor.