Package org.asciidoctor.jruby.ast.impl
Class NodeConverter
java.lang.Object
org.asciidoctor.jruby.ast.impl.NodeConverter
A library class that allows to convert nodes from Asciidoctor Ruby
to its AsciidoctorJRuby counterparts.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jruby.runtime.builtin.IRubyObjectstatic ContentNodecreateASTNode(Object object) static ContentNodecreateASTNode(org.jruby.Ruby runtime, NodeConverter.NodeType nodeType, org.jruby.runtime.builtin.IRubyObject... args)
-
Method Details
-
createASTNode
public static ContentNode createASTNode(org.jruby.Ruby runtime, NodeConverter.NodeType nodeType, org.jruby.runtime.builtin.IRubyObject... args) -
createASTNode
-
asRubyObject
-