public static class SyntaxHighlighterProxy.Allocator
extends java.lang.Object
implements org.jruby.runtime.ObjectAllocator
| Constructor and Description |
|---|
Allocator(java.lang.Class<? extends SyntaxHighlighterAdapter> syntaxHighlighterClass,
JRubyAsciidoctor asciidoctor) |
| Modifier and Type | Method and Description |
|---|---|
org.jruby.runtime.builtin.IRubyObject |
allocate(org.jruby.Ruby runtime,
org.jruby.RubyClass rubyClass) |
java.lang.Class<? extends SyntaxHighlighterAdapter> |
getSyntaxHighlighterClass() |
public Allocator(java.lang.Class<? extends SyntaxHighlighterAdapter> syntaxHighlighterClass, JRubyAsciidoctor asciidoctor)
public org.jruby.runtime.builtin.IRubyObject allocate(org.jruby.Ruby runtime,
org.jruby.RubyClass rubyClass)
allocate in interface org.jruby.runtime.ObjectAllocatorpublic java.lang.Class<? extends SyntaxHighlighterAdapter> getSyntaxHighlighterClass()