public static class RequireThisCheck.CatchFrame extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
CatchFrame(com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame parent,
DetailAST ident)
Creates catch frame.
|
| Modifier and Type | Method and Description |
|---|---|
com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType |
getType()
Get the type of the frame.
|
protected CatchFrame(com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame parent, DetailAST ident)
parent - parent frame.ident - ident frame name ident.public com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.FrameType getType()
Copyright © 2001–2018. All rights reserved.