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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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 Details
-
elemValueDef
-
-
Constructor Details
-
UnaryOperatorDef
-
-
Method Details
-
getElemValueDef
- Returns:
- the elemValueDef
-