Interface FmiBuilder.IfScope<AST>
-
- All Superinterfaces:
FmiBuilder.ScopeElement<AST>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.IfScope<AST> extends FmiBuilder.ScopeElement<AST>
If scope, default scope is then
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FmiBuilder.Scope<AST>enterElse()Switch to else scopeFmiBuilder.Scope<AST>enterThen()Switch to then scopeFmiBuilder.Scope<AST>leave()-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.ScopeElement
findParent, getDeclaration, parent
-
-
-
-
Method Detail
-
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()
-
-