Class JavadocMethodCheck.Token
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.Token
- Enclosing class:
- JavadocMethodCheck
Represents text element with location in the text.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
text
Token's text.
-
-
Constructor Details
-
Token
Converts FullIdent to Token.- Parameters:
fullIdent
- full ident to convert.
-
-
Method Details
-
getText
Gets text of the token.- Returns:
- text of the token
-