Class BooleanExpressionValue
- java.lang.Object
-
- org.intocps.maestro.framework.fmi2.api.mabl.PredicateFmi2Api
-
- org.intocps.maestro.framework.fmi2.api.mabl.values.BooleanExpressionValue
-
- All Implemented Interfaces:
Fmi2Builder.ExpressionValue,Fmi2Builder.LogicBuilder.Predicate,Fmi2Builder.ProvidesTypedReferenceExp
public class BooleanExpressionValue extends PredicateFmi2Api implements Fmi2Builder.ExpressionValue
-
-
Constructor Summary
Constructors Constructor Description BooleanExpressionValue(org.intocps.maestro.ast.node.PExp exp)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BooleanExpressionValueof(boolean v)-
Methods inherited from class org.intocps.maestro.framework.fmi2.api.mabl.PredicateFmi2Api
and, and, and, and, getExp, getType, not, or, or
-
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
-
-
-
-
Method Detail
-
of
public static BooleanExpressionValue of(boolean v)
-
-