Class StringVariableFmi2Api
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api<Fmi2Builder.StringValue>
-
- org.intocps.maestro.framework.fmi2.api.mabl.variables.StringVariableFmi2Api
-
- All Implemented Interfaces:
Fmi2Builder.ProvidesTypedReferenceExp,Fmi2Builder.StringVariable<org.intocps.maestro.ast.node.PStm>,Fmi2Builder.Variable<org.intocps.maestro.ast.node.PStm,Fmi2Builder.StringValue>,IndexedVariableFmi2Api<Fmi2Builder.StringValue>
public class StringVariableFmi2Api extends VariableFmi2Api<Fmi2Builder.StringValue> implements Fmi2Builder.StringVariable<org.intocps.maestro.ast.node.PStm>
-
-
Field Summary
-
Fields inherited from class org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api
dynamicScope, type
-
-
Constructor Summary
Constructors Constructor Description StringVariableFmi2Api(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, Fmi2Builder.DynamicActiveScope<org.intocps.maestro.ast.node.PStm> dynamicScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringVariableFmi2Apiclone(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.variables.VariableFmi2Api
getDeclaredScope, getDeclaringStm, getDesignator, getExp, getName, getReferenceExp, getType, setValue, setValue, setValue, setValue, setValue, setValue, setValue, toMath
-
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.ProvidesTypedReferenceExp
getExp, getType
-
Methods inherited from interface org.intocps.maestro.framework.fmi2.api.Fmi2Builder.Variable
getDeclaredScope, getName, setValue, setValue, setValue, setValue
-
-
-
-
Constructor Detail
-
StringVariableFmi2Api
public StringVariableFmi2Api(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, Fmi2Builder.DynamicActiveScope<org.intocps.maestro.ast.node.PStm> dynamicScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
-
-
Method Detail
-
clone
public StringVariableFmi2Api clone(org.intocps.maestro.ast.node.PStm declaration, IMablScope declaredScope, org.intocps.maestro.ast.node.PStateDesignator designator, org.intocps.maestro.ast.node.PExp referenceExp)
- Overrides:
clonein classVariableFmi2Api<Fmi2Builder.StringValue>
-
-