Uses of Class
com.puppycrawl.tools.checkstyle.checks.imports.UnusedImportsCheck.Frame
-
Packages that use UnusedImportsCheck.Frame Package Description com.puppycrawl.tools.checkstyle.checks.imports 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.Frame Modifier and Type Field Description private UnusedImportsCheck.Frame
UnusedImportsCheck. currentFrame
The scope is being processed.private UnusedImportsCheck.Frame
UnusedImportsCheck.Frame. parent
Parent frame.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return UnusedImportsCheck.Frame Modifier and Type Method Description static UnusedImportsCheck.Frame
UnusedImportsCheck.Frame. compilationUnit()
Creates a new top-level frame for the compilation unit.UnusedImportsCheck.Frame
UnusedImportsCheck.Frame. pop()
Pulls all referenced types up, except those that are declared in this scope.UnusedImportsCheck.Frame
UnusedImportsCheck.Frame. push()
Creates new inner frame.Constructors in com.puppycrawl.tools.checkstyle.checks.imports with parameters of type UnusedImportsCheck.Frame Constructor Description Frame(UnusedImportsCheck.Frame parent)
Private constructor.
-