Class AbstractDeclarationCollector.MethodFrame
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
-
- com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.MethodFrame
-
- Enclosing class:
- AbstractDeclarationCollector
private static class AbstractDeclarationCollector.MethodFrame extends AbstractDeclarationCollector.LexicalFrame
A frame initiated at method definition; holds parameter names.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
MethodFrame(AbstractDeclarationCollector.LexicalFrame parent)
Creates method frame.
-
Method Summary
-
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.AbstractDeclarationCollector.LexicalFrame
contains
-
-
-
-
Constructor Detail
-
MethodFrame
protected MethodFrame(AbstractDeclarationCollector.LexicalFrame parent)
Creates method frame.- Parameters:
parent
- parent frame
-
-