Package | Description |
---|---|
com.puppycrawl.tools.checkstyle.checks.coding |
Contains the Coding checks that are
bundled with the main distribution.
|
Modifier and Type | Method and Description |
---|---|
protected abstract RequireThisCheck.FrameType |
RequireThisCheck.AbstractFrame.getType()
Get the type of the frame.
|
protected RequireThisCheck.FrameType |
RequireThisCheck.MethodFrame.getType() |
protected RequireThisCheck.FrameType |
RequireThisCheck.ConstructorFrame.getType() |
protected RequireThisCheck.FrameType |
RequireThisCheck.ClassFrame.getType() |
protected RequireThisCheck.FrameType |
RequireThisCheck.BlockFrame.getType() |
static RequireThisCheck.FrameType |
RequireThisCheck.FrameType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RequireThisCheck.FrameType[] |
RequireThisCheck.FrameType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|