Class Bool
- java.lang.Object
-
- Bool
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleaneval()Evaluates the given conditional.Condneg()negates the value of the conditional, without evaluating it.java.lang.StringtoString()
-
-
-
Field Detail
-
val
private Memo<java.lang.Boolean> val
-
-
Constructor Detail
-
Bool
public Bool(Constant<java.lang.Boolean> val)
-
-
Method Detail
-
eval
public boolean eval()
Description copied from interface:CondEvaluates the given conditional.
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-