public class BitwiseNot extends AbstractExpression
children, context, updateListener| Constructor and Description |
|---|
BitwiseNot() |
BitwiseNot(Expression e)
BitwiseNot Constructor
|
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute()
BitwiseNot.execute()
|
java.lang.String |
getOpName()
Return a human-readable name for the operation that this expression performs
|
java.lang.Class<?> |
getType()
Return the type that this expression will return
|
connect, disconnect, getChildren, setChildren, shutdown, startup, typeMismatchpublic BitwiseNot(Expression e)
e - an Expression typejava.lang.Exception - if the value is not a valid numeric typepublic BitwiseNot()
public QualifiedValue execute() throws ExpressionException
QualifiedValueExpressionException - if QualityValue is not valid type.public java.lang.Class<?> getType()
Expressionpublic java.lang.String getOpName()
Expression