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, putModelTrait
FormalParameterDeclaration getParameter()
Block getBody()
catch
block body.catch
block bodyCopyright © 2011–2019 Asakusa Framework Team. All rights reserved.