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 ScriptAndCodeCompiler.execute(ThreadContext context, IRScriptBody scope, ClassDefiningClassLoader classLoader) protected abstract RIRTranslator.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 IRubyObjectInterpreter.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