Class AbstractDeclarationCollector.BlockFrame
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.BlockFrame
-
- Enclosing class:
- AbstractDeclarationCollector
private static class AbstractDeclarationCollector.BlockFrame extends AbstractDeclarationCollector.LexicalFrame
A frame initiated on entering a statement list; holds local variable names. For the present, I'm not worried about other class names, method names, etc.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
BlockFrame(AbstractDeclarationCollector.LexicalFrame parent)
Creates block frame.
-
Method Summary
-
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
contains
-
-
-
-
Constructor Detail
-
BlockFrame
protected BlockFrame(AbstractDeclarationCollector.LexicalFrame parent)
Creates block frame.- Parameters:
parent
- parent frame
-
-