Class Label

java.lang.Object
org.commonmark.node.Node
org.commonmark.node.Block
org.commonmark.node.CustomBlock
atessera.markdown.blocks.Label

public final class Label extends org.commonmark.node.CustomBlock
  • Constructor Summary

    Constructors
    Constructor
    Description
    Label(String label)
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
     

    Methods inherited from class org.commonmark.node.CustomBlock

    accept

    Methods inherited from class org.commonmark.node.Block

    getParent, setParent

    Methods inherited from class org.commonmark.node.Node

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

    Methods inherited from class java.lang.Object

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

    • Label

      public Label(String label)
  • Method Details

    • getLabel

      public String getLabel()
    • toString

      public String toString()
      Overrides:
      toString in class org.commonmark.node.Node