Class JavadocMethodCheck.ClassInfo
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.javadoc.JavadocMethodCheck.ClassInfo
- Enclosing class:
- JavadocMethodCheck
Contains class's
Token
.-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final JavadocMethodCheck.Token
FullIdent
associated with this class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
ClassInfo
(JavadocMethodCheck.Token className) Creates new instance of class information object. -
Method Summary
-
Field Details
-
name
FullIdent
associated with this class.
-
-
Constructor Details
-
ClassInfo
Creates new instance of class information object.- Parameters:
className
- token which represents class name.- Throws:
IllegalArgumentException
- when className is nulls
-
-
Method Details
-
getName
Gets class name.- Returns:
- class name
-