org.yecht.ruby
Class Scalar

java.lang.Object
  extended by org.yecht.ruby.Scalar

public class Scalar
extends Object


Field Summary
static org.jruby.runtime.ObjectAllocator Allocator
           
 
Constructor Summary
Scalar()
           
 
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
 

Field Detail

Allocator

public static final org.jruby.runtime.ObjectAllocator Allocator
Constructor Detail

Scalar

public Scalar()
Method Detail

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.