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
Methods in com.puppycrawl.tools.checkstyle.checks.coding that return RequireThisCheck.FrameTypeModifier and TypeMethodDescription(package private) abstract RequireThisCheck.FrameTypeRequireThisCheck.AbstractFrame.getType()Get the type of the frame.protected RequireThisCheck.FrameTypeRequireThisCheck.BlockFrame.getType()RequireThisCheck.CatchFrame.getType()protected RequireThisCheck.FrameTypeRequireThisCheck.ClassFrame.getType()protected RequireThisCheck.FrameTypeRequireThisCheck.ConstructorFrame.getType()RequireThisCheck.ForFrame.getType()protected RequireThisCheck.FrameTypeRequireThisCheck.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.