public static class DALOperator.NotEqual extends DALOperator
DALOperator.And, DALOperator.Division, DALOperator.Equal, DALOperator.Greater, DALOperator.GreaterOrEqual, DALOperator.Is, DALOperator.Less, DALOperator.LessOrEqual, DALOperator.Matcher, DALOperator.Minus, DALOperator.Multiplication, DALOperator.Not, DALOperator.NotEqual, DALOperator.Or, DALOperator.Parentheses, DALOperator.Plus, DALOperator.Property, DALOperator.PropertyDot, DALOperator.PropertyImplicit, DALOperator.PropertySlash, DALOperator.Subtraction, DALOperator.Whichlabel, precedence| Constructor and Description |
|---|
NotEqual() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
calculate(DALNode node1,
DALNode node2,
RuntimeContextBuilder.DALRuntimeContext context) |
calculateData, commaAnd, equals, inspect, isNeedInspect, keywordAnd, keywordOr, operatorAnd, operatorOrgetPosition, isPrecedentThan, setPositionpublic java.lang.Object calculate(DALNode node1, DALNode node2, RuntimeContextBuilder.DALRuntimeContext context)
calculate in class DALOperator