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 DetailAST
Class ast.private boolean
Result of details gathering.private boolean
Result of details gathering.private boolean
Result of details gathering.private boolean
Result of details gathering. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
invoke()
Main method to gather statistics.boolean
Getter.boolean
Getter.boolean
Getter.boolean
Getter.
-
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.
-