org.yecht.ruby
Class Scalar
java.lang.Object
org.yecht.ruby.Scalar
public class Scalar
- extends Object
|
Field Summary |
static org.jruby.runtime.ObjectAllocator |
Allocator
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Allocator
public static final org.jruby.runtime.ObjectAllocator Allocator
Scalar
public Scalar()
initialize
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)
style_set
public static org.jruby.runtime.builtin.IRubyObject style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style)
value_set
public static org.jruby.runtime.builtin.IRubyObject value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
Copyright © 2013. All Rights Reserved.