Class JRubyAsciidoctorObjectAllocator

  • All Implemented Interfaces:
    org.jruby.runtime.ObjectAllocator

    public abstract class JRubyAsciidoctorObjectAllocator
    extends java.lang.Object
    implements org.jruby.runtime.ObjectAllocator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected JRubyAsciidoctor asciidoctor  
      • Fields inherited from interface org.jruby.runtime.ObjectAllocator

        NOT_ALLOCATABLE_ALLOCATOR
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.jruby.runtime.ObjectAllocator

        allocate
    • Constructor Detail

      • JRubyAsciidoctorObjectAllocator

        public JRubyAsciidoctorObjectAllocator​(JRubyAsciidoctor asciidoctor)