Class UnaryOperatorDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.expression.ExpressionDef
-
- com.thoughtworks.qdox.parser.expression.UnaryOperatorDef
-
- All Implemented Interfaces:
ElemValueDef
- Direct Known Subclasses:
LogicalNotDef,MinusSignDef,NotDef,PlusSignDef,PostDecrementDef,PostIncrementDef,PreDecrementDef,PreIncrementDef
public abstract class UnaryOperatorDef extends ExpressionDef
-
-
Field Summary
Fields Modifier and Type Field Description private ElemValueDefelemValueDef
-
Constructor Summary
Constructors Constructor Description UnaryOperatorDef(ElemValueDef elemValueDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElemValueDefgetElemValueDef()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.thoughtworks.qdox.parser.expression.ElemValueDef
transform
-
-
-
-
Field Detail
-
elemValueDef
private final ElemValueDef elemValueDef
-
-
Constructor Detail
-
UnaryOperatorDef
public UnaryOperatorDef(ElemValueDef elemValueDef)
-
-
Method Detail
-
getElemValueDef
public ElemValueDef getElemValueDef()
- Returns:
- the elemValueDef
-
-