|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jruby.evaluator.ValueConverter
Constructor Summary | |
ValueConverter(Ruby runtime)
|
Method Summary | |
IRubyObject |
arrayToSingle(IRubyObject value,
boolean useUndefined)
|
IRubyObject |
multipleToSingle(IRubyObject value)
|
RubyArray |
singleToArray(IRubyObject value)
|
RubyArray |
singleToMultiple(IRubyObject value)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ValueConverter(Ruby runtime)
Method Detail |
public RubyArray singleToArray(IRubyObject value)
public IRubyObject arrayToSingle(IRubyObject value, boolean useUndefined)
public RubyArray singleToMultiple(IRubyObject value)
public IRubyObject multipleToSingle(IRubyObject value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |