Interface Fmi2Builder.TryScope<T>
-
- All Superinterfaces:
Fmi2Builder.ScopeElement<T>
- Enclosing interface:
- Fmi2Builder<S,B,E,SETTINGS>
public static interface Fmi2Builder.TryScope<T> extends Fmi2Builder.ScopeElement<T>
Try finally scope, default scope is body
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Fmi2Builder.Scope<T>enter()Switch to body scopeFmi2Builder.Scope<T>enterFinally()Switch to finally scopeFmi2Builder.Scope<T>getBody()Fmi2Builder.Scope<T>getFinallyBody()Fmi2Builder.Scope<T>leave()-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ScopeElement
findParent, getDeclaration, parent
-
-
-
-
Method Detail
-
enter
Fmi2Builder.Scope<T> enter()
Switch to body scope- Returns:
-
enterFinally
Fmi2Builder.Scope<T> enterFinally()
Switch to finally scope- Returns:
-
leave
Fmi2Builder.Scope<T> leave()
-
getBody
Fmi2Builder.Scope<T> getBody()
-
getFinallyBody
Fmi2Builder.Scope<T> getFinallyBody()
-
-