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 SimpleCharStreamELParserTokenManager. input_streamMethods in org.zkoss.zel.impl.parser with parameters of type SimpleCharStream Modifier and Type Method Description voidELParserTokenManager. ReInit(SimpleCharStream stream)Reinitialise parser.voidELParserTokenManager. 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.
-