Uses of Class
com.j_spaces.jdbc.parser.grammar.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.j_spaces.jdbc.parser.grammar
Fields in com.j_spaces.jdbc.parser.grammar declared as SimpleCharStreamMethods in com.j_spaces.jdbc.parser.grammar with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidSqlParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidSqlParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in com.j_spaces.jdbc.parser.grammar with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.SqlParserTokenManager(SimpleCharStream stream, int lexState) Constructor.