public class YParser extends Object
Modifier and Type | Class and Description |
---|---|
static class |
YParser.Extra |
Modifier and Type | Field and Description |
---|---|
static org.jruby.runtime.ObjectAllocator |
Allocator |
Constructor and Description |
---|
YParser() |
Modifier and Type | Method and Description |
---|---|
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) |
public static boolean assignIO(org.jruby.Ruby runtime, Parser parser, org.jruby.runtime.builtin.IRubyObject[] pport)
public static void setModel(org.jruby.runtime.builtin.IRubyObject p, org.jruby.runtime.builtin.IRubyObject input, org.jruby.runtime.builtin.IRubyObject model)
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args)
public static org.jruby.runtime.builtin.IRubyObject bufsize_set(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject size)
public static org.jruby.runtime.builtin.IRubyObject bufsize(org.jruby.runtime.builtin.IRubyObject self)
public static org.jruby.runtime.builtin.IRubyObject load(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args)
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)
public static org.jruby.runtime.builtin.IRubyObject set_resolver(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject resolver)
Copyright © 2024. All rights reserved.