Class RequireThisCheck.CatchFrame
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.CatchFrame
-
- Enclosing class:
- RequireThisCheck
public static class RequireThisCheck.CatchFrame extends java.lang.ObjectA frame initiated on entering a catch block; holds local catch variable names.
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedCatchFrame(com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame parent, DetailAST ident)Creates catch frame.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameTypegetType()Get the type of the frame.
-
-
-
Constructor Detail
-
CatchFrame
protected CatchFrame(com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame parent, DetailAST ident)Creates catch frame.- Parameters:
parent- parent frame.ident- ident frame name ident.
-
-