Uses of Interface
org.jruby.ast.executable.Script
Packages that use Script
-
Uses of Script in org.jruby
Modifier and TypeMethodDescriptionRuby.tryCompile
(Node node) Deprecated.Ruby.tryCompile
(ParseResult result) 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.Modifier and TypeMethodDescriptionvoid
Ruby.loadScript
(Script script) void
Ruby.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 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.ir
Methods in org.jruby.ir that return Script