Uses of Class
net.mtrop.doom.struct.Lexer.Kernel
Packages that use Lexer.Kernel
-
Uses of Lexer.Kernel in net.mtrop.doom.struct
Constructors in net.mtrop.doom.struct with parameters of type Lexer.KernelModifierConstructorDescriptionLexer(Lexer.Kernel kernel) Creates a new lexer with no streams.Lexer(Lexer.Kernel kernel, Reader in) Creates a new lexer around a reader.Lexer(Lexer.Kernel kernel, String in) Creates a new lexer around a String, that will be wrapped into a StringReader.Lexer(Lexer.Kernel kernel, String name, Reader in) Creates a new lexer around a reader.Lexer(Lexer.Kernel kernel, String name, String in) Creates a new lexer around a String, that will be wrapped into a StringReader.