Interface FmiBuilder.DynamicActiveScope<AST>
-
- All Superinterfaces:
FmiBuilder.Scope<AST>,FmiBuilder.ScopeElement<AST>,FmiBuilder.Scoping<AST>
- Enclosing interface:
- FmiBuilder<AST,B,E,SETTINGS>
public static interface FmiBuilder.DynamicActiveScope<AST> extends FmiBuilder.Scope<AST>
Dynamic scope which always reflects the current active scope of the builder
-
-
Method Summary
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.Scope
activate, addTransferAs, createArray, createArray, createFMU, createFMU3, markTransferPoint, store, store, store, store, store, store, store, store, store, store, store, store, storeUInt, storeUInt
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.ScopeElement
findParent, getDeclaration, parent
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.FmiBuilder.Scoping
add, addAfter, addAll, addBefore, enterIf, enterScope, enterTry, enterWhile, leave, parallel
-
-