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.TokenFullIdentassociated with this class. - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedClassInfo(JavadocMethodCheck.Token className) Creates new instance of class information object. - 
Method Summary
 
- 
Field Details
- 
name
FullIdentassociated 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
 
 
 -