Uses of Class
com.blackrook.archetext.struct.Lexer.Kernel
Packages that use Lexer.Kernel
-
Uses of Lexer.Kernel in com.blackrook.archetext.struct
Methods in com.blackrook.archetext.struct that return Lexer.KernelConstructors in com.blackrook.archetext.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.PreprocessorLexer(Lexer.Kernel kernel, Reader in) Creates a new preprocessor lexer around a reader.PreprocessorLexer(Lexer.Kernel kernel, String in) Creates a new preprocessor lexer around a String, that will be wrapped into a StringReader.PreprocessorLexer(Lexer.Kernel kernel, String name, Reader in) Creates a new preprocessor lexer around a reader.PreprocessorLexer(Lexer.Kernel kernel, String name, String in) Creates a new preprocessor lexer around a String, that will be wrapped into a StringReader.