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