Class JavadocMethodCheck.Token

java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.Token
Enclosing class:
JavadocMethodCheck

private static final class JavadocMethodCheck.Token extends Object
Represents text element with location in the text.
  • Field Details

  • Constructor Details

    • Token

      private Token(FullIdent fullIdent)
      Converts FullIdent to Token.
      Parameters:
      fullIdent - full ident to convert.
  • Method Details

    • getText

      public String getText()
      Gets text of the token.
      Returns:
      text of the token