Uses of Interface
org.intocps.maestro.framework.fmi2.api.FmiBuilder.ScopeElement
-
-
Uses of FmiBuilder.ScopeElement in org.intocps.maestro.framework.fmi2.api
Subinterfaces of FmiBuilder.ScopeElement in org.intocps.maestro.framework.fmi2.api Modifier and Type Interface Description static interfaceFmiBuilder.DynamicActiveScope<AST>Dynamic scope which always reflects the current active scope of the builderstatic interfaceFmiBuilder.IfScope<AST>If scope, default scope is thenstatic interfaceFmiBuilder.Scope<AST>Basic scope.static interfaceFmiBuilder.Scoping<AST>Scoping functionsstatic interfaceFmiBuilder.TryScope<AST>Try finally scope, default scope is bodystatic interfaceFmiBuilder.WhileScope<AST>WhileMethods in org.intocps.maestro.framework.fmi2.api with type parameters of type FmiBuilder.ScopeElement Modifier and Type Method Description <P extends FmiBuilder.ScopeElement<AST>>
PFmiBuilder.ScopeElement. findParent(Class<P> clz)Find a prent element of a specific typeMethods in org.intocps.maestro.framework.fmi2.api that return FmiBuilder.ScopeElement Modifier and Type Method Description FmiBuilder.ScopeElement<AST>FmiBuilder.ScopeElement. parent()The parent element of this element or null if root
-