Uses of Class
org.jruby.ir.interpreter.ExitableInterpreterContext
Packages that use ExitableInterpreterContext
-
Uses of ExitableInterpreterContext in org.jruby.ir
Methods in org.jruby.ir that return ExitableInterpreterContextModifier and TypeMethodDescriptionIRMethod.builtInterperterContextForJavaConstructor()Deprecated.IRMethod.builtInterpreterContextForJavaConstructor()initialize methods in reified Java types will try and dispatch to the Java base classes constructor when the Ruby in the initialize: a) The super call is still valid in terms of Java (e.g. -
Uses of ExitableInterpreterContext in org.jruby.ir.interpreter
Fields in org.jruby.ir.interpreter declared as ExitableInterpreterContextModifier and TypeFieldDescriptionstatic final ExitableInterpreterContextExitableInterpreterContext.NULLMethods 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)