org.yecht.ruby
Class Resolver
java.lang.Object
org.yecht.ruby.Resolver
public class Resolver
- extends Object
|
Method Summary |
static org.jruby.runtime.builtin.IRubyObject |
add_type(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject taguri,
org.jruby.runtime.builtin.IRubyObject cls)
|
static org.jruby.runtime.builtin.IRubyObject |
const_find(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject const_name)
|
static org.jruby.runtime.builtin.IRubyObject |
detect_implicit(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)
|
static org.jruby.runtime.builtin.IRubyObject |
node_import(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node)
|
static org.jruby.runtime.builtin.IRubyObject |
tagurize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
|
static org.jruby.runtime.builtin.IRubyObject |
transfer(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type,
org.jruby.runtime.builtin.IRubyObject val)
|
static org.jruby.runtime.builtin.IRubyObject |
use_types_at(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject hsh)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Resolver
public Resolver()
const_find
public static org.jruby.runtime.builtin.IRubyObject const_find(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject const_name)
initialize
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self)
add_type
public static org.jruby.runtime.builtin.IRubyObject add_type(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject taguri,
org.jruby.runtime.builtin.IRubyObject cls)
use_types_at
public static org.jruby.runtime.builtin.IRubyObject use_types_at(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject hsh)
detect_implicit
public static org.jruby.runtime.builtin.IRubyObject detect_implicit(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
transfer
public static org.jruby.runtime.builtin.IRubyObject transfer(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject type,
org.jruby.runtime.builtin.IRubyObject val)
node_import
public static org.jruby.runtime.builtin.IRubyObject node_import(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node)
tagurize
public static org.jruby.runtime.builtin.IRubyObject tagurize(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject val)
Copyright © 2013. All Rights Reserved.