Uses of Class
adql.parser.SimpleCharStream
-
Packages that use SimpleCharStream Package Description adql.parser -
-
Uses of SimpleCharStream in adql.parser
Fields in adql.parser declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
ADQLParserTokenManager. input_stream
Methods in adql.parser with parameters of type SimpleCharStream Modifier and Type Method Description void
ADQLParserTokenManager. ReInit(SimpleCharStream stream)
Reinitialise parser.void
ADQLParserTokenManager. ReInit(SimpleCharStream stream, int lexState)
Reinitialise parser.Constructors in adql.parser with parameters of type SimpleCharStream Constructor Description ADQLParserTokenManager(SimpleCharStream stream)
Constructor.ADQLParserTokenManager(SimpleCharStream stream, int lexState)
Constructor.
-