public class Scalar extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.jruby.runtime.ObjectAllocator |
Allocator |
| Constructor and Description |
|---|
Scalar() |
| Modifier and Type | Method and Description |
|---|---|
static org.jruby.runtime.builtin.IRubyObject |
initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type_id,
org.jruby.runtime.builtin.IRubyObject val,
org.jruby.runtime.builtin.IRubyObject style) |
static org.jruby.runtime.builtin.IRubyObject |
style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style) |
static org.jruby.runtime.builtin.IRubyObject |
value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val) |
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type_id,
org.jruby.runtime.builtin.IRubyObject val,
org.jruby.runtime.builtin.IRubyObject style)
public static org.jruby.runtime.builtin.IRubyObject style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style)
public static org.jruby.runtime.builtin.IRubyObject value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
Copyright © 2015. All Rights Reserved.