public static class GenericResolver.Extra extends Object
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
Extra(org.jruby.Ruby runtime) |
Modifier and Type | Method and Description |
---|---|
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) |
public org.jruby.runtime.builtin.IRubyObject quote1
public org.jruby.runtime.builtin.IRubyObject quote2
public org.jruby.runtime.builtin.IRubyObject fold
public org.jruby.runtime.builtin.IRubyObject literal
public org.jruby.runtime.builtin.IRubyObject plain
public org.jruby.runtime.builtin.IRubyObject map
public org.jruby.runtime.builtin.IRubyObject seq
public org.jruby.runtime.builtin.IRubyObject inline
public org.jruby.runtime.builtin.IRubyObject Scalar
public org.jruby.runtime.builtin.IRubyObject Seq
public org.jruby.runtime.builtin.IRubyObject Map
public org.jruby.Ruby runtime
public org.jruby.runtime.builtin.IRubyObject scalar(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
public org.jruby.runtime.builtin.IRubyObject sequence(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
public org.jruby.runtime.builtin.IRubyObject mapping(org.jruby.runtime.builtin.IRubyObject t, Node n, org.jruby.runtime.ThreadContext ctx)
Copyright © 2024. All rights reserved.