Uses of Class
com.blackrook.rookscript.compiler.ScriptKernel
Package
Description
Contains all of the compiler stuff for script creation/disassembly.
-
Uses of ScriptKernel in com.blackrook.rookscript.compiler
ModifierConstructorDescriptionScriptLexer
(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.