public class SplitSuperState<T extends InternalSplitState>
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
RubyArray<?> |
callArrayArgs |
Block |
callBlockArgs |
T |
state |
| Constructor and Description |
|---|
SplitSuperState(ExitableReturn result,
T state) |
public final RubyArray<?> callArrayArgs
public final Block callBlockArgs
public final T extends InternalSplitState state
public SplitSuperState(ExitableReturn result, T state)
Copyright © 2001-2022 JRuby. All Rights Reserved.