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