| Package | Description |
|---|---|
| org.jruby | |
| org.jruby.ast.util |
| Modifier and Type | Class and Description |
|---|---|
static class |
RubyHash.Visitor |
| Modifier and Type | Field and Description |
|---|---|
static RubyHash.VisitorWithState<RubyArray> |
RubyHash.StoreValueVisitor |
| Modifier and Type | Method and Description |
|---|---|
RubyBoolean |
RubyHash.compare(ThreadContext context,
RubyHash.VisitorWithState<RubyHash> visitor,
IRubyObject other) |
<T> void |
RubyHash.visitAll(ThreadContext context,
RubyHash.VisitorWithState visitor,
T state) |
| Modifier and Type | Field and Description |
|---|---|
static RubyHash.VisitorWithState<java.util.Set<RubySymbol>> |
ArgsUtil.MULTI_KEY_CHECK_VISITOR |
static RubyHash.VisitorWithState<RubySymbol> |
ArgsUtil.SINGLE_KEY_CHECK_VISITOR |
Copyright © 2001-2023 JRuby. All Rights Reserved.