Class CodeHighlighter


  • public class CodeHighlighter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      CodeHighlighter()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Span> createSpans​(java.lang.String text)  
      • Methods inherited from class java.lang.Object

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

      • CodeHighlighter

        public CodeHighlighter()
    • Method Detail

      • createSpans

        public java.util.List<Span> createSpans​(java.lang.String text)