Package | Description |
---|---|
org.jruby | |
org.jruby.ir.runtime |
Modifier and Type | Method and Description |
---|---|
static RubyComplex |
RubyComplex.newComplexBang(ThreadContext context,
RubyClass clazz,
IRubyObject x)
Deprecated.
|
static RubyComplex |
RubyComplex.newComplexRaw(Ruby runtime,
IRubyObject x)
rb_complex_raw1
|
static RubyComplex |
RubyComplex.newComplexRaw(Ruby runtime,
IRubyObject x,
IRubyObject y)
rb_complex_raw
|
static RubyComplex |
RubyComplex.newComplexRawImage(Ruby runtime,
IRubyObject image) |
Modifier and Type | Method and Description |
---|---|
static RubyComplex |
IRRuntimeHelpers.newComplexRaw(ThreadContext context,
IRubyObject i) |
Copyright © 2001-2020 JRuby. All Rights Reserved.