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