public class Resolver extends Object
Constructor and Description |
---|
Resolver() |
Modifier and Type | Method and Description |
---|---|
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) |
public static org.jruby.runtime.builtin.IRubyObject const_find(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject const_name)
public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self)
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)
public static org.jruby.runtime.builtin.IRubyObject use_types_at(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject hsh)
public static org.jruby.runtime.builtin.IRubyObject detect_implicit(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject val)
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)
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 tagurize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject val)
Copyright © 2024. All rights reserved.