Class CondExprIsSet

All Implemented Interfaces:
Expression<Boolean>, SyntaxElement

public class CondExprIsSet extends PropertyConditional<Object>
Check if a given expression is set (null on the Java side) or not.
Since:
ALPHA
  • Constructor Details

    • CondExprIsSet

      public CondExprIsSet()
  • Method Details

    • check

      public boolean check(Object performer)
      Description copied from class: PropertyConditional
      Tests this condition for each individual performer. Negated conditions are taken care of automatically, so one must not account for it in here.
      Overrides:
      check in class PropertyConditional<Object>
      Parameters:
      performer - the performer
      Returns:
      whether the conditions is true for this performer