Class TextParsingCommentUtil


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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) static boolean isCommentBlockEnd​(char[] buffer, int offset, int maxi)  
      (package private) static boolean isCommentBlockStart​(char[] buffer, int offset, int maxi)  
      (package private) static boolean isCommentLineStart​(char[] buffer, int offset, int maxi)  
      static void parseComment​(char[] buffer, int offset, int len, int line, int col, ITextHandler handler)  
      • Methods inherited from class java.lang.Object

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

      • TextParsingCommentUtil

        private TextParsingCommentUtil()
    • Method Detail

      • isCommentBlockStart

        static boolean isCommentBlockStart​(char[] buffer,
                                           int offset,
                                           int maxi)
      • isCommentBlockEnd

        static boolean isCommentBlockEnd​(char[] buffer,
                                         int offset,
                                         int maxi)
      • isCommentLineStart

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