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.FieldFrameHiddenFieldCheck. frameStack of sets of field names, one for each class of a set of nested classes.private HiddenFieldCheck.FieldFrameHiddenFieldCheck.FieldFrame. parentParent frame.Methods in com.puppycrawl.tools.checkstyle.checks.coding that return HiddenFieldCheck.FieldFrame Modifier and Type Method Description HiddenFieldCheck.FieldFrameHiddenFieldCheck.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, java.lang.String frameName)Creates new frame.
-