Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
Packages that use HiddenFieldCheck.FieldFrame
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of HiddenFieldCheck.FieldFrame in com.puppycrawl.tools.checkstyle.checks.coding
Fields in com.puppycrawl.tools.checkstyle.checks.coding declared as HiddenFieldCheck.FieldFrameModifier and TypeFieldDescriptionprivate HiddenFieldCheck.FieldFrame
HiddenFieldCheck.frame
Stack of sets of field names, one for each class of a set of nested classes.private final HiddenFieldCheck.FieldFrame
HiddenFieldCheck.FieldFrame.parent
Parent frame.Methods in com.puppycrawl.tools.checkstyle.checks.coding that return HiddenFieldCheck.FieldFrameModifier and TypeMethodDescriptionHiddenFieldCheck.FieldFrame.getParent()
Getter for parent frame.Constructors in com.puppycrawl.tools.checkstyle.checks.coding with parameters of type HiddenFieldCheck.FieldFrameModifierConstructorDescriptionprivate
FieldFrame
(HiddenFieldCheck.FieldFrame parent, boolean staticType, String frameName) Creates new frame.