Uses of Class
com.puppycrawl.tools.checkstyle.checks.coding.HiddenFieldCheck.FieldFrame
-
Packages that use HiddenFieldCheck.FieldFrame Package Description com.puppycrawl.tools.checkstyle.checks.coding 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.FieldFrame Modifier and Type Field Description private HiddenFieldCheck.FieldFrame
HiddenFieldCheck. frame
Stack of sets of field names, one for each class of a set of nested classes.private HiddenFieldCheck.FieldFrame
HiddenFieldCheck.FieldFrame. parent
Parent frame.Methods in com.puppycrawl.tools.checkstyle.checks.coding that return HiddenFieldCheck.FieldFrame Modifier and Type Method Description HiddenFieldCheck.FieldFrame
HiddenFieldCheck.FieldFrame. getParent()
Getter for parent frame.Constructors in com.puppycrawl.tools.checkstyle.checks.coding with parameters of type HiddenFieldCheck.FieldFrame Constructor Description FieldFrame(HiddenFieldCheck.FieldFrame parent, boolean staticType, String frameName)
Creates new frame.
-