Class StringExpressionValue
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.StringExpressionValue
-
- All Implemented Interfaces:
Fmi2Builder.ExpressionValue,Fmi2Builder.ProvidesTypedReferenceExp
public class StringExpressionValue extends java.lang.Object implements Fmi2Builder.ExpressionValue
-
-
Constructor Summary
Constructors Constructor Description 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 interfaceFmi2Builder.ProvidesTypedReferenceExp
-
getExp
public org.intocps.maestro.ast.node.PExp getExp()
- Specified by:
getExpin interfaceFmi2Builder.ProvidesTypedReferenceExp
-
-