Uses of Interface
org.intocps.maestro.framework.fmi2.api.FmiBuilder.TryScope
-
Uses of FmiBuilder.TryScope in org.intocps.maestro.framework.fmi2.api
Methods in org.intocps.maestro.framework.fmi2.api that return FmiBuilder.TryScopeMethods in org.intocps.maestro.framework.fmi2.api with parameters of type FmiBuilder.TryScopeModifier and TypeMethodDescriptionFmiBuilder.Fmu2Variable.instantiate(String name, FmiBuilder.TryScope<AST> enclosingTryScope, FmiBuilder.Scope<AST> scope) FmiBuilder.Fmu2Variable.instantiate(String namePrefix, FmiBuilder.TryScope<org.intocps.maestro.ast.node.PStm> enclosingTryScope, FmiBuilder.Scope<org.intocps.maestro.ast.node.PStm> scope, String environmentName) FmiBuilder.Fmu2Variable.instantiate(String namePrefix, FmiBuilder.TryScope<org.intocps.maestro.ast.node.PStm> enclosingTryScope, FmiBuilder.Scope<org.intocps.maestro.ast.node.PStm> scope, String environmentName, boolean loggingOn) FmiBuilder.loadRuntimeModule(FmiBuilder.TryScope<AST> scope, String name, Object... args)