org.yecht.ruby
Class Map
java.lang.Object
org.yecht.ruby.Map
public class Map
- extends Object
|
Field Summary |
static org.jruby.runtime.ObjectAllocator |
Allocator
|
|
Constructor Summary |
Map()
|
|
Method Summary |
static org.jruby.runtime.builtin.IRubyObject |
add(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject key,
org.jruby.runtime.builtin.IRubyObject val)
|
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
Map
public Map()
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)
value_set
public static org.jruby.runtime.builtin.IRubyObject value_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
add
public static org.jruby.runtime.builtin.IRubyObject add(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject key,
org.jruby.runtime.builtin.IRubyObject val)
style_set
public static org.jruby.runtime.builtin.IRubyObject style_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject style)
Copyright © 2013. All Rights Reserved.