Class JavadocDetailNodeParser

java.lang.Object
com.puppycrawl.tools.checkstyle.JavadocDetailNodeParser

public class JavadocDetailNodeParser extends Object
Used for parsing Javadoc comment as DetailNode tree.
  • Field Details

    • MSG_JAVADOC_PARSE_RULE_ERROR

      public static final String MSG_JAVADOC_PARSE_RULE_ERROR
      Parse error while rule recognition.
      See Also:
    • MSG_UNCLOSED_HTML_TAG

      public static final String MSG_UNCLOSED_HTML_TAG
      Message property key for the Unclosed HTML message.
      See Also:
    • JAVADOC_START

      private static final String JAVADOC_START
      Symbols with which javadoc starts.
      See Also:
  • Constructor Details

    • JavadocDetailNodeParser

      public JavadocDetailNodeParser()
  • Method Details