Class AbstractDeclarationCollector.GlobalFrame
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.GlobalFrame
-
- Enclosing class:
- AbstractDeclarationCollector
private static class AbstractDeclarationCollector.GlobalFrame extends AbstractDeclarationCollector.LexicalFrame
The global frame; should hold only class names.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
GlobalFrame()
Constructor for the root of the FrameTree.
-
Method Summary
-
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
contains
-
-