org.yecht.ruby
Class YEmitter
java.lang.Object
org.yecht.ruby.YEmitter
public class YEmitter
- extends Object
|
Field Summary |
static org.jruby.runtime.ObjectAllocator |
Allocator
|
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Allocator
public static final org.jruby.runtime.ObjectAllocator Allocator
YEmitter
public YEmitter()
set_resolver
public static org.jruby.runtime.builtin.IRubyObject set_resolver(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject resolver)
node_export
public static org.jruby.runtime.builtin.IRubyObject node_export(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject node)
reset
public static org.jruby.runtime.builtin.IRubyObject reset(org.jruby.runtime.builtin.IRubyObject self,
org.jruby.runtime.builtin.IRubyObject[] args)
emit
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 © 2013. All Rights Reserved.