Uses of Enum
com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType
Packages that use RequireThisCheck.FrameType
Package
Description
Contains the Coding checks that are
bundled with the main distribution.
-
Uses of RequireThisCheck.FrameType in com.puppycrawl.tools.checkstyle.checks.coding
Methods in com.puppycrawl.tools.checkstyle.checks.coding that return RequireThisCheck.FrameTypeModifier and TypeMethodDescriptionprotected abstract RequireThisCheck.FrameType
RequireThisCheck.AbstractFrame.getType()
Get the type of the frame.protected RequireThisCheck.FrameType
RequireThisCheck.BlockFrame.getType()
RequireThisCheck.CatchFrame.getType()
protected RequireThisCheck.FrameType
RequireThisCheck.ClassFrame.getType()
protected RequireThisCheck.FrameType
RequireThisCheck.ConstructorFrame.getType()
RequireThisCheck.ForFrame.getType()
protected RequireThisCheck.FrameType
RequireThisCheck.MethodFrame.getType()
RequireThisCheck.TryWithResourcesFrame.getType()
static RequireThisCheck.FrameType
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.