Class LogicalAndDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.BinaryOperatorDef
-
- com.thoughtworks.qdox.parser.expression.LogicalAndDef
-
- All Implemented Interfaces:
ElemValueDef
public class LogicalAndDef extends BinaryOperatorDef
-
-
Constructor Summary
Constructors Constructor Description LogicalAndDef(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
-
LogicalAndDef
public LogicalAndDef(ElemValueDef lhs, ElemValueDef rhs)
-
-
Method Detail
-
transform
public <U> U transform(ElemValueTransformer<U> transformer)
-
-