Class TextParsingLiteralUtil


  • final class TextParsingLiteralUtil
    extends java.lang.Object
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isRegexLiteralStart​(char[] buffer, int offset, int maxi)  
      • Methods inherited from class java.lang.Object

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

      • TextParsingLiteralUtil

        private TextParsingLiteralUtil()
    • Method Detail

      • isRegexLiteralStart

        static boolean isRegexLiteralStart​(char[] buffer,
                                           int offset,
                                           int maxi)