Class EvalBoolean


  • public class EvalBoolean
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      EvalBoolean​(java.lang.String str, Truth truth)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean eval()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • EvalBoolean

        public EvalBoolean​(java.lang.String str,
                           Truth truth)
    • Method Detail

      • eval

        public boolean eval()