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.FrameUnusedImportsCheck. currentFrameThe scope is being processed.private UnusedImportsCheck.FrameUnusedImportsCheck.Frame. parentParent frame.Methods in com.puppycrawl.tools.checkstyle.checks.imports that return UnusedImportsCheck.Frame Modifier and Type Method Description static UnusedImportsCheck.FrameUnusedImportsCheck.Frame. compilationUnit()Creates a new top-level frame for the compilation unit.UnusedImportsCheck.FrameUnusedImportsCheck.Frame. pop()Pulls all referenced types up, except those that are declared in this scope.UnusedImportsCheck.FrameUnusedImportsCheck.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.
-