Uses of Class
com.blackrook.rookscript.compiler.ScriptKernel
Packages that use ScriptKernel
Package
Description
Contains all of the compiler stuff for script creation/disassembly.
-
Uses of ScriptKernel in com.blackrook.rookscript.compiler
Constructors in com.blackrook.rookscript.compiler with parameters of type ScriptKernelModifierConstructorDescriptionScriptLexer
(ScriptKernel kernel, Reader in, ScriptReaderIncluder includer, ScriptReaderOptions options) Creates a new lexer around a String, that will be wrapped into a StringReader class chain.ScriptLexer
(ScriptKernel kernel, String name, Reader in, ScriptReaderIncluder includer, ScriptReaderOptions options) Creates a new script lexer around a String, that will be wrapped into a StringReader class chain.