Class IfMaBlScope
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.scoping.IfMaBlScope
-
- All Implemented Interfaces:
Fmi2Builder.IfScope<org.intocps.maestro.ast.node.PStm>
public class IfMaBlScope extends java.lang.Object implements Fmi2Builder.IfScope<org.intocps.maestro.ast.node.PStm>
-
-
Constructor Summary
Constructors Constructor Description IfMaBlScope(MablApiBuilder builder, org.intocps.maestro.ast.node.PStm declaration, ScopeFmi2Api declaringScope, ScopeFmi2Api thenScope, ScopeFmi2Api elseScope)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ScopeFmi2ApienterElse()Switch to else scopeScopeFmi2ApienterThen()Switch to then scopeScopeFmi2Apileave()
-
-
-
Constructor Detail
-
IfMaBlScope
public IfMaBlScope(MablApiBuilder builder, org.intocps.maestro.ast.node.PStm declaration, ScopeFmi2Api declaringScope, ScopeFmi2Api thenScope, ScopeFmi2Api elseScope)
-
-
Method Detail
-
enterThen
public ScopeFmi2Api enterThen()
Description copied from interface:Fmi2Builder.IfScopeSwitch to then scope- Specified by:
enterThenin interfaceFmi2Builder.IfScope<org.intocps.maestro.ast.node.PStm>- Returns:
-
enterElse
public ScopeFmi2Api enterElse()
Description copied from interface:Fmi2Builder.IfScopeSwitch to else scope- Specified by:
enterElsein interfaceFmi2Builder.IfScope<org.intocps.maestro.ast.node.PStm>- Returns:
-
leave
public ScopeFmi2Api leave()
- Specified by:
leavein interfaceFmi2Builder.IfScope<org.intocps.maestro.ast.node.PStm>
-
-