Uses of Class
org.jruby.ir.IRScriptBody
Packages that use IRScriptBody
-
Uses of IRScriptBody in org.jruby.ir
Methods in org.jruby.ir with parameters of type IRScriptBodyModifier and TypeMethodDescriptionprotected ScriptAndCode
Compiler.execute
(ThreadContext context, IRScriptBody scope, ClassDefiningClassLoader classLoader) protected abstract R
IRTranslator.execute
(ThreadContext context, IRScriptBody producedIrScope, S specificObject) -
Uses of IRScriptBody in org.jruby.ir.interpreter
Methods in org.jruby.ir.interpreter with parameters of type IRScriptBodyModifier and TypeMethodDescriptionprotected IRubyObject
Interpreter.execute
(ThreadContext context, IRScriptBody irScope, IRubyObject self) -
Uses of IRScriptBody in org.jruby.ir.targets
Methods in org.jruby.ir.targets with parameters of type IRScriptBody