Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck.Frame
Packages that use UnusedImportsCheck.Frame
Package
Description
Contains the Imports checks that are
bundled with the main distribution.
-
Uses of UnusedImportsCheck.Frame in com.puppycrawl.tools.checkstyle.checks.imports
Fields in com.puppycrawl.tools.checkstyle.checks.imports declared as UnusedImportsCheck.FrameModifier and TypeFieldDescriptionprivate UnusedImportsCheck.Frame
UnusedImportsCheck.currentFrame
The scope is being processed.private final UnusedImportsCheck.Frame
UnusedImportsCheck.Frame.parent
Parent frame.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return UnusedImportsCheck.FrameModifier and TypeMethodDescriptionstatic UnusedImportsCheck.Frame
UnusedImportsCheck.Frame.compilationUnit()
Creates a new top-level frame for the compilation unit.UnusedImportsCheck.Frame.pop()
Pulls all referenced types up, except those that are declared in this scope.UnusedImportsCheck.Frame.push()
Creates new inner frame.Constructors in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type UnusedImportsCheck.FrameModifierConstructorDescriptionprivate
Frame
(UnusedImportsCheck.Frame parent) Private constructor.