public class YEmitter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
YEmitter.Extra |
| Modifier and Type | Field and Description |
|---|---|
static org.jruby.runtime.ObjectAllocator |
Allocator |
| Constructor and Description |
|---|
YEmitter() |
| Modifier and Type | Method and Description |
|---|---|
static org.jruby.runtime.builtin.IRubyObject |
emit(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] _oid,
org.jruby.runtime.Block proc) |
static org.jruby.runtime.builtin.IRubyObject |
node_export(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node) |
static org.jruby.runtime.builtin.IRubyObject |
reset(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) |
public static org.jruby.runtime.builtin.IRubyObject set_resolver(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject resolver)
public static org.jruby.runtime.builtin.IRubyObject node_export(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node)
public static org.jruby.runtime.builtin.IRubyObject reset(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
public static org.jruby.runtime.builtin.IRubyObject emit(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] _oid,
org.jruby.runtime.Block proc)
Copyright © 2015. All Rights Reserved.