Class HideUtilityClassConstructorCheck.Details
java.lang.Object
com.puppycrawl.tools.checkstyle.checks.design.HideUtilityClassConstructorCheck.Details
- Enclosing class:
 - HideUtilityClassConstructorCheck
 
Details of class that are required for validation.
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DetailASTClass ast.private booleanResult of details gathering.private booleanResult of details gathering.private booleanResult of details gathering.private booleanResult of details gathering. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke()Main method to gather statistics.booleanGetter.booleanGetter.booleanGetter.booleanGetter. 
- 
Field Details
- 
ast
Class ast. - 
hasNonStaticMethodOrField
Result of details gathering. - 
hasNonPrivateStaticMethodOrField
Result of details gathering. - 
hasDefaultCtor
Result of details gathering. - 
hasPublicCtor
Result of details gathering. 
 - 
 - 
Constructor Details
- 
Details
C-tor.- Parameters:
 ast- class ast
 
 - 
 - 
Method Details
- 
isHasNonStaticMethodOrField
Getter.- Returns:
 - boolean
 
 - 
isHasNonPrivateStaticMethodOrField
Getter.- Returns:
 - boolean
 
 - 
isHasDefaultCtor
Getter.- Returns:
 - boolean
 
 - 
isHasPublicCtor
Getter.- Returns:
 - boolean
 
 - 
invoke
Main method to gather statistics. 
 -