Class StringExpressionValue
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.StringExpressionValue
-
- All Implemented Interfaces:
org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ExpressionValue,org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp,org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StringExpressionValue
public class StringExpressionValue extends java.lang.Object implements org.intocps.maestro.framework.fmi2.api.Fmi2Builder.ExpressionValue, org.intocps.maestro.framework.fmi2.api.Fmi2Builder.StringExpressionValue
-
-
Constructor Summary
Constructors Constructor Description StringExpressionValue(java.lang.String value)StringExpressionValue(org.intocps.maestro.ast.node.PExp exp)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.intocps.maestro.ast.node.PExpgetExp()org.intocps.maestro.ast.node.PTypegetType()static StringExpressionValueof(java.lang.String v)
-
-
-
Method Detail
-
of
public static StringExpressionValue of(java.lang.String v)
-
getType
public org.intocps.maestro.ast.node.PType getType()
- Specified by:
getTypein interfaceorg.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
-
getExp
public org.intocps.maestro.ast.node.PExp getExp()
- Specified by:
getExpin interfaceorg.intocps.maestro.framework.fmi2.api.Fmi2Builder.ProvidesTypedReferenceExp
-
-