Uses of Class
org.jruby.internal.runtime.SplitSuperState
Packages that use SplitSuperState
Package
Description
-
Uses of SplitSuperState in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return SplitSuperStateModifier and TypeMethodDescriptionabstract SplitSuperStateAbstractIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) Calls a split method (java constructor-invoked initialize) and returns the paused state.Methods in org.jruby.internal.runtime with parameters of type SplitSuperStateModifier and TypeMethodDescriptionabstract voidAbstractIRMethod.finishSplitCall(SplitSuperState state) -
Uses of SplitSuperState in org.jruby.internal.runtime.methods
Methods in org.jruby.internal.runtime.methods that return SplitSuperStateModifier and TypeMethodDescriptionCompiledIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) CompiledIRNoProtocolMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) InterpretedIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) MixedModeIRMethod.startSplitSuperCall(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) Methods in org.jruby.internal.runtime.methods with parameters of type SplitSuperStateModifier and TypeMethodDescriptionvoidCompiledIRMethod.finishSplitCall(SplitSuperState state) voidCompiledIRNoProtocolMethod.finishSplitCall(SplitSuperState state) voidInterpretedIRMethod.finishSplitCall(SplitSuperState state) voidMixedModeIRMethod.finishSplitCall(SplitSuperState state) -
Uses of SplitSuperState in org.jruby.java.proxies
Fields in org.jruby.java.proxies declared as SplitSuperStateModifier and TypeFieldDescriptionprivate SplitSuperState<?>ConcreteJavaProxy.SplitCtorData.stateConstructors in org.jruby.java.proxies with parameters of type SplitSuperStateModifierConstructorDescriptionSplitCtorData(IRubyObject[] args, Java.JCtorCache cache, Ruby rt, AbstractIRMethod air2, SplitSuperState<?> state2, Block blk2)