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 Summary
Fields inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
children, context, updateListener
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.inductiveautomation.ignition.common.expressions.AbstractExpression
connect, disconnect, getChildren, setChildren, shutdown, startup
-
Constructor Details
-
BitwiseNot
BitwiseNot Constructor- Parameters:
e
- an Expression type- Throws:
Exception
- if the value is not a valid numeric type
-
BitwiseNot
public BitwiseNot()
-
-
Method Details
-
execute
BitwiseNot.execute()- Returns:
QualifiedValue
- Throws:
ExpressionException
- ifQualityValue
is not valid type.
-
getType
Description copied from interface:Expression
Return the type that this expression will return -
getOpName
Description copied from interface:Expression
Return a human-readable name for the operation that this expression performs
-