Interface FmiBuilder.TryScope<AST>
- All Superinterfaces:
FmiBuilder.ScopeElement<AST>
- Enclosing interface:
FmiBuilder<AST,B, E, SETTINGS>
Try finally scope, default scope is body
-
Method Summary
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.ScopeElement
findParent, getDeclaration, parent
-
Method Details
-
enter
FmiBuilder.Scope<AST> enter()Switch to body scope- Returns:
-
enterFinally
FmiBuilder.Scope<AST> enterFinally()Switch to finally scope- Returns:
-
leave
FmiBuilder.Scope<AST> leave() -
getBody
FmiBuilder.Scope<AST> getBody() -
getFinallyBody
FmiBuilder.Scope<AST> getFinallyBody()
-