Class BitwiseNot
java.lang.Object
com.inductiveautomation.ignition.common.expressions.AbstractExpression
com.inductiveautomation.ignition.common.expressions.BitwiseNot
- All Implemented Interfaces:
- Expression
This class allows for the execution of the unary bitwise complement (aka NOT) operator in Expression Language.
- 
Field SummaryFields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionchildren, context, updateListener
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpressionconnect, disconnect, getChildren, setChildren, shutdown, startup
- 
Constructor Details- 
BitwiseNotBitwiseNot Constructor- Parameters:
- e- an Expression type
- Throws:
- Exception- if the value is not a valid numeric type
 
- 
BitwiseNotpublic BitwiseNot()
 
- 
- 
Method Details- 
executeBitwiseNot.execute()- Returns:
- QualifiedValue
- Throws:
- ExpressionException- if- QualityValueis not valid type.
 
- 
getTypeDescription copied from interface:ExpressionReturn the type that this expression will return
- 
getOpNameDescription copied from interface:ExpressionReturn a human-readable name for the operation that this expression performs
 
-