Class DefaultTruthExpr

    • Constructor Detail

      • DefaultTruthExpr

        DefaultTruthExpr​(Expr lhs,
                         Expr rhs)
    • Method Detail

      • bothAreSets

        protected boolean bothAreSets​(java.lang.Object lhs,
                                      java.lang.Object rhs)
      • eitherIsSet

        protected boolean eitherIsSet​(java.lang.Object lhs,
                                      java.lang.Object rhs)
      • isSet

        protected boolean isSet​(java.lang.Object obj)
      • isBoolean

        protected boolean isBoolean​(java.lang.Object obj)
      • setIsEmpty

        protected boolean setIsEmpty​(java.util.List set)
      • eitherIsBoolean

        protected boolean eitherIsBoolean​(java.lang.Object lhs,
                                          java.lang.Object rhs)
      • bothAreBoolean

        protected boolean bothAreBoolean​(java.lang.Object lhs,
                                         java.lang.Object rhs)
      • eitherIsNumber

        protected boolean eitherIsNumber​(java.lang.Object lhs,
                                         java.lang.Object rhs)