Package org.asciidoctor.jruby.internal
Class RubyObjectWrapper
java.lang.Object
org.asciidoctor.jruby.internal.RubyObjectWrapper
- Direct Known Subclasses:
ContentNodeImpl,CursorImpl,ReaderImpl,RowImpl
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetBoolean(String propertyName, Object... args) int<T> List<T>getProperty(String propertyName, Object... args) org.jruby.runtime.builtin.IRubyObjectorg.jruby.runtime.builtin.IRubyObjectgetRubyProperty(String propertyName, Object... args) protected org.jruby.RubyvoidsetBoolean(String propertyName, boolean value) voidvoidsetRubyProperty(String propertyName, org.jruby.runtime.builtin.IRubyObject arg) voidvoidtoJava(org.jruby.runtime.builtin.IRubyObject rubyObject) <T> T
-
Field Details
-
runtime
protected org.jruby.Ruby runtime -
rubyNode
protected org.jruby.runtime.builtin.IRubyObject rubyNode
-
-
Constructor Details
-
RubyObjectWrapper
public RubyObjectWrapper(org.jruby.runtime.builtin.IRubyObject rubyNode)
-
-
Method Details
-
getRubyObject
public org.jruby.runtime.builtin.IRubyObject getRubyObject() -
getRuntime
protected org.jruby.Ruby getRuntime() -
getString
-
setString
-
getSymbol
-
setSymbol
-
getBoolean
-
setBoolean
-
getInt
-
setInt
-
getList
-
getRubyProperty
-
setRubyProperty
-
getProperty
-
toJava
-
toJava
-