org.yecht.ruby
Class DefaultResolver

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

public class DefaultResolver
extends Object


Constructor Summary
DefaultResolver()
           
 
Method Summary
static org.jruby.runtime.builtin.IRubyObject detect_implicit(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject val)
           
static boolean handleMap(org.jruby.Ruby runtime, Node n, String type_id, org.jruby.runtime.builtin.IRubyObject[] ref, YAMLExtra x)
           
static boolean handleSeq(org.jruby.Ruby runtime, Node n, String type_id, org.jruby.runtime.builtin.IRubyObject[] ref)
           
static org.jruby.runtime.builtin.IRubyObject makeTime(org.jruby.Ruby runtime, Pointer str, int len)
           
static org.jruby.runtime.builtin.IRubyObject node_import(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject node)
           
static boolean orgHandler(org.jruby.runtime.builtin.IRubyObject self, Node n, org.jruby.runtime.builtin.IRubyObject[] ref, YAMLExtra x)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultResolver

public DefaultResolver()
Method Detail

makeTime

public static org.jruby.runtime.builtin.IRubyObject makeTime(org.jruby.Ruby runtime,
                                                             Pointer str,
                                                             int len)

handleSeq

public static boolean handleSeq(org.jruby.Ruby runtime,
                                Node n,
                                String type_id,
                                org.jruby.runtime.builtin.IRubyObject[] ref)

handleMap

public static boolean handleMap(org.jruby.Ruby runtime,
                                Node n,
                                String type_id,
                                org.jruby.runtime.builtin.IRubyObject[] ref,
                                YAMLExtra x)

orgHandler

public static boolean orgHandler(org.jruby.runtime.builtin.IRubyObject self,
                                 Node n,
                                 org.jruby.runtime.builtin.IRubyObject[] ref,
                                 YAMLExtra x)

node_import

public static org.jruby.runtime.builtin.IRubyObject node_import(org.jruby.runtime.builtin.IRubyObject self,
                                                                org.jruby.runtime.builtin.IRubyObject node)

detect_implicit

public static org.jruby.runtime.builtin.IRubyObject detect_implicit(org.jruby.runtime.builtin.IRubyObject self,
                                                                    org.jruby.runtime.builtin.IRubyObject val)


Copyright © 2013. All Rights Reserved.