Module aya.base

Class CodeAttrProcessor.Attr

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.CustomNode
org.aya.concrete.remark.CodeAttrProcessor.Attr
All Implemented Interfaces:
org.commonmark.node.Delimited
Enclosing class:
CodeAttrProcessor

public static class CodeAttrProcessor.Attr extends org.commonmark.node.CustomNode implements org.commonmark.node.Delimited
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    final @NotNull CodeOptions
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Attr(@NotNull CodeOptions options)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.commonmark.node.CustomNode

    accept

    Methods inherited from class org.commonmark.node.Node

    addSourceSpan, appendChild, getFirstChild, getLastChild, getNext, getParent, getPrevious, getSourceSpans, insertAfter, insertBefore, prependChild, setParent, setSourceSpans, toString, toStringAttributes, unlink

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Field Details

    • options

      @NotNull public final @NotNull CodeOptions options
  • Constructor Details

    • Attr

      public Attr(@NotNull @NotNull CodeOptions options)
  • Method Details

    • getOpeningDelimiter

      public String getOpeningDelimiter()
      Specified by:
      getOpeningDelimiter in interface org.commonmark.node.Delimited
    • getClosingDelimiter

      public String getClosingDelimiter()
      Specified by:
      getClosingDelimiter in interface org.commonmark.node.Delimited