org.yecht.ruby
Class GenericResolver.Extra

java.lang.Object
  extended by org.yecht.ruby.GenericResolver.Extra
Enclosing class:
GenericResolver

public static class GenericResolver.Extra
extends Object


Field Summary
 org.jruby.runtime.builtin.IRubyObject fold
           
 org.jruby.runtime.builtin.IRubyObject inline
           
 org.jruby.runtime.builtin.IRubyObject literal
           
 org.jruby.runtime.builtin.IRubyObject map
           
 org.jruby.runtime.builtin.IRubyObject Map
           
 org.jruby.runtime.builtin.IRubyObject plain
           
 org.jruby.runtime.builtin.IRubyObject quote1
           
 org.jruby.runtime.builtin.IRubyObject quote2
           
 org.jruby.Ruby runtime
           
 org.jruby.runtime.builtin.IRubyObject Scalar
           
 org.jruby.runtime.builtin.IRubyObject seq
           
 org.jruby.runtime.builtin.IRubyObject Seq
           
 
Constructor Summary
GenericResolver.Extra(org.jruby.Ruby runtime)
           
 
Method Summary
 org.jruby.runtime.builtin.IRubyObject mapping(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
           
 org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
           
 org.jruby.runtime.builtin.IRubyObject sequence(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

quote1

public org.jruby.runtime.builtin.IRubyObject quote1

quote2

public org.jruby.runtime.builtin.IRubyObject quote2

fold

public org.jruby.runtime.builtin.IRubyObject fold

literal

public org.jruby.runtime.builtin.IRubyObject literal

plain

public org.jruby.runtime.builtin.IRubyObject plain

map

public org.jruby.runtime.builtin.IRubyObject map

seq

public org.jruby.runtime.builtin.IRubyObject seq

inline

public org.jruby.runtime.builtin.IRubyObject inline

Scalar

public org.jruby.runtime.builtin.IRubyObject Scalar

Seq

public org.jruby.runtime.builtin.IRubyObject Seq

Map

public org.jruby.runtime.builtin.IRubyObject Map

runtime

public org.jruby.Ruby runtime
Constructor Detail

GenericResolver.Extra

public GenericResolver.Extra(org.jruby.Ruby runtime)
Method Detail

scalar

public org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject t,
                                                    Node n,
                                                    org.jruby.runtime.ThreadContext ctx)

sequence

public org.jruby.runtime.builtin.IRubyObject sequence(org.jruby.runtime.builtin.IRubyObject t,
                                                      Node n,
                                                      org.jruby.runtime.ThreadContext ctx)

mapping

public org.jruby.runtime.builtin.IRubyObject mapping(org.jruby.runtime.builtin.IRubyObject t,
                                                     Node n,
                                                     org.jruby.runtime.ThreadContext ctx)


Copyright © 2013. All Rights Reserved.