Class NodeCache


  • public class NodeCache
    extends java.lang.Object
    This class helps at attaching AsciidoctorJRuby specific information to Ruby AST nodes. For example the Java counterpart of a Ruby node can be attached to the Ruby node to always return the same Java instance for the same Ruby node
    • Method Detail

      • get

        public static NodeCache get​(org.jruby.runtime.builtin.IRubyObject rubyObject)
      • setASTNode

        public void setASTNode​(ContentNode astNode)