public class DefaultResolver extends Object
| Constructor and Description |
|---|
DefaultResolver() |
| Modifier and Type | Method and Description |
|---|---|
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) |
public static org.jruby.runtime.builtin.IRubyObject makeTime(org.jruby.Ruby runtime,
Pointer str,
int len)
public static boolean handleSeq(org.jruby.Ruby runtime,
Node n,
String type_id,
org.jruby.runtime.builtin.IRubyObject[] ref)
public static boolean handleMap(org.jruby.Ruby runtime,
Node n,
String type_id,
org.jruby.runtime.builtin.IRubyObject[] ref,
YAMLExtra x)
public static boolean orgHandler(org.jruby.runtime.builtin.IRubyObject self,
Node n,
org.jruby.runtime.builtin.IRubyObject[] ref,
YAMLExtra x)
public static org.jruby.runtime.builtin.IRubyObject node_import(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node)
public static org.jruby.runtime.builtin.IRubyObject detect_implicit(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
Copyright © 2015. All Rights Reserved.