public interface CatchClause extends TypedElement
[JLS3:14.20] The try statement | Modifier and Type | Method and Description |
|---|---|
Block |
getBody()
Returns the
catch block body. |
FormalParameterDeclaration |
getParameter()
Returns the exception parameter.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTraitFormalParameterDeclaration getParameter()
Block getBody()
catch block body.catch block bodyCopyright © 2011–2018 Asakusa Framework Team. All rights reserved.