Uses of Class
com.blackrook.rookscript.struct.Lexer.Kernel
Packages that use Lexer.Kernel
Package
Description
Contains all of the compiler stuff for script creation/disassembly.
Additional helper data structures and methods.
- 
Uses of Lexer.Kernel in com.blackrook.rookscript.compilerSubclasses of Lexer.Kernel in com.blackrook.rookscript.compiler
- 
Uses of Lexer.Kernel in com.blackrook.rookscript.structConstructors in com.blackrook.rookscript.struct with parameters of type Lexer.KernelModifierConstructorDescriptionLexer(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.