public class NEExpression extends EQExpression
| Constructor and Description |
|---|
NEExpression() |
| Modifier and Type | Method and Description |
|---|---|
ValueObject |
getValue()
Performs the not equal operation
|
accept, getLeftOperandExpression, getReturnType, getRightOperandExpression, initialize, toString, uninitializepublic ValueObject getValue() throws ExpressionEngineException
getValue in interface ExpressiongetValue in class EQExpressionExpressionEngineException - if there is any problem during executionExpression.getValue()