Uses of Class
com.kitfox.svg.animation.parser.SimpleCharStream
-
Packages that use SimpleCharStream Package Description com.kitfox.svg.animation.parser -
-
Uses of SimpleCharStream in com.kitfox.svg.animation.parser
Fields in com.kitfox.svg.animation.parser declared as SimpleCharStream Modifier and Type Field Description protected SimpleCharStream
AnimTimeParserTokenManager. input_stream
(package private) SimpleCharStream
AnimTimeParser. jj_input_stream
Methods in com.kitfox.svg.animation.parser with parameters of type SimpleCharStream Modifier and Type Method Description void
AnimTimeParserTokenManager. ReInit(SimpleCharStream stream)
Reinitialise parser.void
AnimTimeParserTokenManager. ReInit(SimpleCharStream stream, int lexState)
Reinitialise parser.Constructors in com.kitfox.svg.animation.parser with parameters of type SimpleCharStream Constructor Description AnimTimeParserTokenManager(SimpleCharStream stream)
Constructor.AnimTimeParserTokenManager(SimpleCharStream stream, int lexState)
Constructor.
-