org.yecht.ruby
Class YEmitter

java.lang.Object
  extended by org.yecht.ruby.YEmitter

public class YEmitter
extends Object


Nested Class Summary
static class YEmitter.Extra
           
 
Field Summary
static org.jruby.runtime.ObjectAllocator Allocator
           
 
Constructor Summary
YEmitter()
           
 
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
 

Field Detail

Allocator

public static final org.jruby.runtime.ObjectAllocator Allocator
Constructor Detail

YEmitter

public YEmitter()
Method Detail

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.