Class SyntaxHighlighter.RuleSplitter

  • Enclosing class:
    SyntaxHighlighter

    protected static class SyntaxHighlighter.RuleSplitter
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected RuleSplitter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      protected static java.util.List<java.lang.String> split​(java.lang.String s)  
      • Methods inherited from class java.lang.Object

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

      • RuleSplitter

        protected RuleSplitter()
    • Method Detail

      • split

        protected static java.util.List<java.lang.String> split​(java.lang.String s)