Uses of Class
com.prineside.luaj.parser.SimpleCharStream
Packages that use SimpleCharStream
-
Uses of SimpleCharStream in com.prineside.luaj.parser
Methods in com.prineside.luaj.parser that return SimpleCharStreamMethods in com.prineside.luaj.parser with parameters of type SimpleCharStreamModifier and TypeMethodDescriptionvoidLuaParserTokenManager.ReInit(SimpleCharStream stream) Reinitialise parser.voidLuaParserTokenManager.ReInit(SimpleCharStream stream, int lexState) Reinitialise parser.Constructors in com.prineside.luaj.parser with parameters of type SimpleCharStreamModifierConstructorDescriptionConstructor.LuaParserTokenManager(SimpleCharStream stream, int lexState) Constructor.