Class BooleanExpression


  • public class BooleanExpression
    extends java.lang.Object
    It supports expressions in the CHOOSE-WHEN statement, and evaluates the expression as a boolean result.

    Created: 2019-01-06

    Since:
    6.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected Activity activity  
    • Method Summary

      Modifier and Type Method Description
      boolean evaluate​(ChooseWhenRule chooseWhenRule)  
      static java.lang.Object parseExpression​(java.lang.String expression)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait