Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
Modifier and Type | Field and 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.
|
Modifier and Type | Method and Description |
---|---|
HiddenFieldCheck.FieldFrame |
HiddenFieldCheck.FieldFrame.getParent()
Getter for parent frame.
|
Constructor and Description |
---|
FieldFrame(HiddenFieldCheck.FieldFrame parent,
boolean staticType,
java.lang.String frameName)
Creates new frame.
|