public interface TryResource extends TypedElement
[JLS8:14.20.3] try-with-resources
Modifier and Type | Method and Description |
---|---|
Expression |
getInitializer()
Returns the resource expression.
|
FormalParameterDeclaration |
getParameter()
Returns the resource variable declaration.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
FormalParameterDeclaration getParameter()
Expression getInitializer()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.