| Package | Description |
|---|---|
| com.puppycrawl.tools.checkstyle.checks.imports |
Contains the Imports checks that are
bundled with the main distribution.
|
| Modifier and Type | Field and Description |
|---|---|
private UnusedImportsCheck.Frame |
UnusedImportsCheck.currentFrame
The scope is being processed.
|
private UnusedImportsCheck.Frame |
UnusedImportsCheck.Frame.parent
Parent frame.
|
| Modifier and Type | Method and 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.
|
| Constructor and Description |
|---|
Frame(UnusedImportsCheck.Frame parent)
Private constructor.
|
Copyright © 2001-2022. All Rights Reserved.