Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.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
Modifier and TypeFieldDescriptionprivate UnusedImportsCheck.Frame
UnusedImportsCheck.currentFrame
The scope is being processed.private final UnusedImportsCheck.Frame
UnusedImportsCheck.Frame.parent
Parent frame.Modifier 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.ModifierConstructorDescriptionprivate
Frame
(UnusedImportsCheck.Frame parent) Private constructor.