Uses of Enum Class
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
Subclasses with type arguments of type RequireThisCheck.FrameType in com.puppycrawl.tools.checkstyle.checks.codingModifier and TypeClassDescriptionprivate static enumAn AbstractFrame type.Methods in com.puppycrawl.tools.checkstyle.checks.coding that return RequireThisCheck.FrameTypeModifier and TypeMethodDescriptionabstract RequireThisCheck.FrameTypeRequireThisCheck.AbstractFrame.getType()Get the type of the frame.RequireThisCheck.BlockFrame.getType()RequireThisCheck.CatchFrame.getType()RequireThisCheck.ClassFrame.getType()RequireThisCheck.ConstructorFrame.getType()RequireThisCheck.ForFrame.getType()RequireThisCheck.MethodFrame.getType()RequireThisCheck.TryWithResourcesFrame.getType()static RequireThisCheck.FrameTypeReturns the enum constant of this class with the specified name.static RequireThisCheck.FrameType[]RequireThisCheck.FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.