Class JavadocCommentsParserUtil

java.lang.Object
com.puppycrawl.tools.checkstyle.grammar.JavadocCommentsParserUtil

public final class JavadocCommentsParserUtil extends Object
Utility class for Javadoc comments parser operations.
  • Constructor Details

  • Method Details

    • isNonTightTag

      public static boolean isNonTightTag(org.antlr.v4.runtime.TokenStream input, Set<SimpleToken> unclosedTagNameTokens)
      Checks if the next token in the input stream is a non-tight tag.
      Parameters:
      input - the input token stream
      unclosedTagNameTokens - a set of unclosed tag name tokens
      Returns:
      true if the next token is a non-tight tag, false otherwise