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 SimpleCharStreamADQLParserTokenManager. input_streamMethods in adql.parser with parameters of type SimpleCharStream Modifier and Type Method Description voidADQLParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidADQLParserTokenManager. 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.
-