Class ParsingCommentMarkupUtil


  • public final class ParsingCommentMarkupUtil
    extends java.lang.Object
    Class containing utility methods for parsing comments.
    Since:
    2.0.0
    • Method Summary

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

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

      • ParsingCommentMarkupUtil

        private ParsingCommentMarkupUtil()
    • Method Detail

      • isCommentStart

        static boolean isCommentStart​(char[] buffer,
                                      int offset,
                                      int maxi)
      • isCommentEnd

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