Class AlertBlock


  • public class AlertBlock
    extends org.commonmark.node.CustomBlock
    • Constructor Summary

      Constructors 
      Constructor Description
      AlertBlock​(Alert type)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Alert getType()  
      • 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, toString, toStringAttributes, unlink
      • Methods inherited from class java.lang.Object

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

      • AlertBlock

        public AlertBlock​(Alert type)
    • Method Detail

      • getType

        public Alert getType()