Uses of Class
org.jruby.ir.interpreter.ExitableInterpreterContext
Packages that use ExitableInterpreterContext
-
Uses of ExitableInterpreterContext in org.jruby.internal.runtime.methods
Fields in org.jruby.internal.runtime.methods declared as ExitableInterpreterContextConstructors in org.jruby.internal.runtime.methods with parameters of type ExitableInterpreterContextModifierConstructorDescriptionMethodSplitState(ThreadContext context, ExitableInterpreterContext ic, RubyModule clazz, IRubyObject self, String name) -
Uses of ExitableInterpreterContext in org.jruby.ir.interpreter
Fields in org.jruby.ir.interpreter declared as ExitableInterpreterContextModifier and TypeFieldDescriptionprivate ExitableInterpreterContextExitableInterpreterEngineState.interpreterContextMethods in org.jruby.ir.interpreter with parameters of type ExitableInterpreterContextModifier and TypeMethodDescriptionExitableInterpreterEngine.interpret(ThreadContext context, Block block, IRubyObject self, ExitableInterpreterContext interpreterContext, ExitableInterpreterEngineState state, RubyModule implClass, String name, IRubyObject[] args, Block blockArg) Constructors in org.jruby.ir.interpreter with parameters of type ExitableInterpreterContextModifierConstructorDescriptionExitableInterpreterEngineState(ExitableInterpreterContext interpreterContext)