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