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
-
-
Constructor Summary
Constructors Constructor Description UnaryOperatorDef(ElemValueDef elemValueDef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ElemValueDef
getElemValueDef()
-
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
-
-
-
-
Constructor Detail
-
UnaryOperatorDef
public UnaryOperatorDef(ElemValueDef elemValueDef)
-
-
Method Detail
-
getElemValueDef
public ElemValueDef getElemValueDef()
- Returns:
- the elemValueDef
-
-