java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.BitwiseNot
All Implemented Interfaces:
Expression

public class BitwiseNot extends AbstractExpression
This class allows for the execution of the unary bitwise complement (aka NOT) operator in Expression Language.
  • Constructor Details

    • BitwiseNot

      public BitwiseNot(Expression e)
      BitwiseNot Constructor
      Parameters:
      e - an Expression type
      Throws:
      Exception - if the value is not a valid numeric type
    • BitwiseNot

      public BitwiseNot()
  • Method Details