Class RequireThisCheck.TryWithResourcesFrame
- java.lang.Object
-
- com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
-
- com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.TryWithResourcesFrame
-
- Enclosing class:
- RequireThisCheck
private static class RequireThisCheck.TryWithResourcesFrame extends RequireThisCheck.AbstractFrame
A frame initiated on entering a try-with-resources construct; holds local resources for the try block.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
TryWithResourcesFrame(RequireThisCheck.AbstractFrame parent, DetailAST ident)
Creates try-with-resources frame.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RequireThisCheck.FrameType
getType()
Get the type of the frame.-
Methods inherited from class com.puppycrawl.tools.checkstyle.checks.coding.RequireThisCheck.AbstractFrame
containsFieldOrVariable, containsFieldOrVariableDef, getFrameName, getFrameNameIdent, getIfContains, getParent, isProperDefinition
-
-
-
-
Constructor Detail
-
TryWithResourcesFrame
protected TryWithResourcesFrame(RequireThisCheck.AbstractFrame parent, DetailAST ident)
Creates try-with-resources frame.- Parameters:
parent
- parent frame.ident
- ident frame name ident.
-
-
Method Detail
-
getType
public RequireThisCheck.FrameType getType()
Description copied from class:RequireThisCheck.AbstractFrame
Get the type of the frame.- Specified by:
getType
in classRequireThisCheck.AbstractFrame
- Returns:
- a FrameType.
-
-