Interface FmiBuilder.IfScope<AST>
- All Superinterfaces:
FmiBuilder.ScopeElement<AST>
- Enclosing interface:
FmiBuilder<AST,B, E, SETTINGS>
If scope, default scope is then
-
Method Summary
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.ScopeElement
findParent, getDeclaration, parent
-
Method Details
-
enterThen
FmiBuilder.Scope<AST> enterThen()Switch to then scope- Returns:
-
enterElse
FmiBuilder.Scope<AST> enterElse()Switch to else scope- Returns:
-
leave
FmiBuilder.Scope<AST> leave()
-