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