Class JavadocMethodCheck.Token
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.Token
-
- Enclosing class:
- JavadocMethodCheck
private static class JavadocMethodCheck.Token extends java.lang.ObjectRepresents text element with location in the text.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetText()Gets text of the token.java.lang.StringtoString()
-
-
-
Constructor Detail
-
Token
Token(java.lang.String text, int lineNo, int columnNo)Creates token.- Parameters:
text- token's textlineNo- token's line numbercolumnNo- token's column number
-
Token
Token(FullIdent fullIdent)
Converts FullIdent to Token.- Parameters:
fullIdent- full ident to convert.
-
-