Package | Description |
---|---|
org.jruby | |
org.jruby.runtime |
Modifier and Type | Interface and Description |
---|---|
static interface |
Ruby.RecursiveFunctionEx<T> |
Modifier and Type | Method and Description |
---|---|
static IRubyObject |
RubyComparable.invcmp(ThreadContext context,
ThreadContext.RecursiveFunctionEx func,
IRubyObject recv,
IRubyObject other)
rb_invcmp
|
Modifier and Type | Field and Description |
---|---|
ThreadContext.RecursiveFunctionEx |
JavaSites.StringSites.recursive_cmp |
ThreadContext.RecursiveFunctionEx |
JavaSites.TimeSites.recursive_cmp |
ThreadContext.RecursiveFunctionEx<Ruby> |
JavaSites.HelpersSites.recursive_hash |
Modifier and Type | Method and Description |
---|---|
<T> IRubyObject |
ThreadContext.safeRecurse(ThreadContext.RecursiveFunctionEx<T> func,
T state,
IRubyObject obj,
java.lang.String name,
boolean outer) |
Copyright © 2001-2020 JRuby. All Rights Reserved.