Uses of Interface
org.jruby.ast.executable.Script
Packages that use Script
Package
Description
-
Uses of Script in org.jruby
Modifier and TypeMethodDescriptionRuby.tryCompile(Node node) Try to compile the code associated with the given Node, returning an instance of the successfully-compiled Script or null if the script could not be compiled.private ScriptRuby.tryScriptFromClass(String filename) Modifier and TypeMethodDescriptionvoidRuby.loadScript(Script script) voidRuby.loadScript(Script script, boolean wrap) Ruby.runScript(Script script, IRubyObject self, boolean wrap) Ruby.runScriptBody(Script script) This is used for the "gets" loop, and we bypass 'load' to use an already-prepared, already-pushed scope for the script body. -
Uses of Script in org.jruby.ast.executable
Classes in org.jruby.ast.executable that implement ScriptFields in org.jruby.ast.executable declared as ScriptMethods in org.jruby.ast.executable that return ScriptConstructors in org.jruby.ast.executable with parameters of type Script -
Uses of Script in org.jruby.embed.internal
Fields in org.jruby.embed.internal declared as ScriptConstructors in org.jruby.embed.internal with parameters of type ScriptModifierConstructorDescription(package private)EmbedEvalUnitImpl(ScriptingContainer container, Node node, DynamicScope scope, Script script, boolean wrapExceptions) -
Uses of Script in org.jruby.ir
Methods in org.jruby.ir that return Script -
Uses of Script in org.jruby.runtime.load
Fields in org.jruby.runtime.load declared as ScriptModifier and TypeFieldDescriptionprivate final ScriptLoadService.ScriptClassSearcher.ScriptClassLibrary.scriptConstructors in org.jruby.runtime.load with parameters of type Script