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.TryScope Modifier and Type Method Description FmiBuilder.TryScope<AST>FmiBuilder.Scoping. enterTry()Methods in org.intocps.maestro.framework.fmi2.api with parameters of type FmiBuilder.TryScope Modifier and Type Method Description FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE>FmiBuilder.Fmu2Variable. instantiate(String name, FmiBuilder.TryScope<AST> enclosingTryScope, FmiBuilder.Scope<AST> scope)FmiBuilder.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE>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.Fmi2ComponentVariable<AST,PORT_SCALAR_TYPE>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.RuntimeModule<AST>FmiBuilder. loadRuntimeModule(FmiBuilder.TryScope<AST> scope, String name, Object... args)
-