org.yecht.ruby
Class Out

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

public class Out
extends Object


Constructor Summary
Out()
           
 
Method Summary
static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject emitter)
           
static org.jruby.runtime.builtin.IRubyObject map(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
           
static void outMark(org.jruby.runtime.builtin.IRubyObject emitter, org.jruby.runtime.builtin.IRubyObject node)
           
static org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
           
static org.jruby.runtime.builtin.IRubyObject seq(org.jruby.runtime.builtin.IRubyObject self, org.jruby.runtime.builtin.IRubyObject[] args, org.jruby.runtime.Block block)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Out

public Out()
Method Detail

outMark

public static void outMark(org.jruby.runtime.builtin.IRubyObject emitter,
                           org.jruby.runtime.builtin.IRubyObject node)

initialize

public static org.jruby.runtime.builtin.IRubyObject initialize(org.jruby.runtime.builtin.IRubyObject self,
                                                               org.jruby.runtime.builtin.IRubyObject emitter)

map

public static org.jruby.runtime.builtin.IRubyObject map(org.jruby.runtime.builtin.IRubyObject self,
                                                        org.jruby.runtime.builtin.IRubyObject[] args,
                                                        org.jruby.runtime.Block block)

seq

public static org.jruby.runtime.builtin.IRubyObject seq(org.jruby.runtime.builtin.IRubyObject self,
                                                        org.jruby.runtime.builtin.IRubyObject[] args,
                                                        org.jruby.runtime.Block block)

scalar

public static org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject self,
                                                           org.jruby.runtime.builtin.IRubyObject[] args,
                                                           org.jruby.runtime.Block block)


Copyright © 2013. All Rights Reserved.