org.yecht.ruby
Class YParser
java.lang.Object
org.yecht.ruby.YParser
public class YParser
- extends Object
|
Field Summary |
static org.jruby.runtime.ObjectAllocator |
Allocator
|
|
Method Summary |
static boolean |
assignIO(org.jruby.Ruby runtime,
Parser parser,
org.jruby.runtime.builtin.IRubyObject[] pport)
|
static org.jruby.runtime.builtin.IRubyObject |
bufsize_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject size)
|
static org.jruby.runtime.builtin.IRubyObject |
bufsize(org.jruby.runtime.builtin.IRubyObject self)
|
static org.jruby.runtime.builtin.IRubyObject |
initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
|
static org.jruby.runtime.builtin.IRubyObject |
load_documents(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject port,
org.jruby.runtime.Block proc)
|
static org.jruby.runtime.builtin.IRubyObject |
load(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
|
static org.jruby.runtime.builtin.IRubyObject |
set_resolver(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject resolver)
|
static void |
setModel(org.jruby.runtime.builtin.IRubyObject p,
org.jruby.runtime.builtin.IRubyObject input,
org.jruby.runtime.builtin.IRubyObject model)
|
| 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
YParser
public YParser()
assignIO
public static boolean assignIO(org.jruby.Ruby runtime,
Parser parser,
org.jruby.runtime.builtin.IRubyObject[] pport)
setModel
public static void setModel(org.jruby.runtime.builtin.IRubyObject p,
org.jruby.runtime.builtin.IRubyObject input,
org.jruby.runtime.builtin.IRubyObject model)
initialize
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
bufsize_set
public static org.jruby.runtime.builtin.IRubyObject bufsize_set(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject size)
bufsize
public static org.jruby.runtime.builtin.IRubyObject bufsize(org.jruby.runtime.builtin.IRubyObject self)
load
public static org.jruby.runtime.builtin.IRubyObject load(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
load_documents
public static org.jruby.runtime.builtin.IRubyObject load_documents(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject port,
org.jruby.runtime.Block proc)
set_resolver
public static org.jruby.runtime.builtin.IRubyObject set_resolver(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject resolver)
Copyright © 2013. All Rights Reserved.