Class NotEqualsDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- com.thoughtworks.qdox.parser.expression.NotEqualsDef
-
- All Implemented Interfaces:
ElemValueDef
public class NotEqualsDef extends BinaryOperatorDef
-
-
Constructor Summary
Constructors Constructor Description NotEqualsDef(ElemValueDef lhs, ElemValueDef rhs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <U> U
transform(ElemValueTransformer<U> transformer)
-
Methods inherited from class com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
getLeft, getRight
-
-
-
-
Constructor Detail
-
NotEqualsDef
public NotEqualsDef(ElemValueDef lhs, ElemValueDef rhs)
-
-
Method Detail
-
transform
public <U> U transform(ElemValueTransformer<U> transformer)
-
-