Class WhileMaBLScope
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.scoping.ScopeFmi2Api
-
- org.intocps.maestro.framework.fmi2.api.mabl.scoping.WhileMaBLScope
-
- All Implemented Interfaces:
Fmi2Builder.Scope<org.intocps.maestro.ast.node.PStm>,Fmi2Builder.Scoping<org.intocps.maestro.ast.node.PStm>,Fmi2Builder.WhileScope<org.intocps.maestro.ast.node.PStm>,IMablScope
public class WhileMaBLScope extends ScopeFmi2Api implements Fmi2Builder.WhileScope<org.intocps.maestro.ast.node.PStm>
-
-
Constructor Summary
Constructors Constructor Description WhileMaBLScope(MablApiBuilder builder, org.intocps.maestro.ast.node.PStm declaration, ScopeFmi2Api declaringScope, org.intocps.maestro.ast.node.ABlockStm whileBlock)
-
Method Summary
-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.scoping.ScopeFmi2Api
activate, add, addAfter, addAll, addBefore, copy, createFMU, createFMU, enterIf, enterWhile, getBlock, getName, leave, store, store, store, store, store, store, store, store, store, store, store, store, store, store, store
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Scope
copy, store
-
-
-
-
Constructor Detail
-
WhileMaBLScope
public WhileMaBLScope(MablApiBuilder builder, org.intocps.maestro.ast.node.PStm declaration, ScopeFmi2Api declaringScope, org.intocps.maestro.ast.node.ABlockStm whileBlock)
-
-