Uses of Class
org.jruby.internal.runtime.SplitSuperState
Packages that use SplitSuperState
-
Uses of SplitSuperState in org.jruby.internal.runtime
Methods in org.jruby.internal.runtime that return SplitSuperStateModifier and TypeMethodDescriptionabstract SplitSuperState
AbstractIRMethod.startSplitSuperCall
(ThreadContext context, IRubyObject self, RubyModule klazz, String name, IRubyObject[] args, Block block) Methods in org.jruby.internal.runtime with parameters of type SplitSuperStateModifier and TypeMethodDescriptionabstract void
AbstractIRMethod.finishSplitCall
(SplitSuperState state) -
Uses of SplitSuperState in org.jruby.internal.runtime.methods
Methods in org.jruby.internal.runtime.methods that return SplitSuperStateModifier and TypeMethodDescriptionSplitSuperState
<org.jruby.internal.runtime.methods.MethodSplitState> CompiledIRMethod.startSplitSuperCall
(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState
<org.jruby.internal.runtime.methods.MethodSplitState> CompiledIRNoProtocolMethod.startSplitSuperCall
(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState
<org.jruby.internal.runtime.methods.MethodSplitState> InterpretedIRMethod.startSplitSuperCall
(ThreadContext context, IRubyObject self, RubyModule clazz, String name, IRubyObject[] args, Block block) SplitSuperState
<org.jruby.internal.runtime.methods.MethodSplitState> 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 TypeMethodDescriptionvoid
CompiledIRMethod.finishSplitCall
(SplitSuperState state) void
CompiledIRNoProtocolMethod.finishSplitCall
(SplitSuperState state) void
InterpretedIRMethod.finishSplitCall
(SplitSuperState state) void
MixedModeIRMethod.finishSplitCall
(SplitSuperState state)