Class UnaryOperator
java.lang.Object
com.thoughtworks.qdox.model.expression.UnaryOperator
- All Implemented Interfaces:
AnnotationValue
,Expression
- Direct Known Subclasses:
LogicalNot
,MinusSign
,Not
,PlusSign
,PostDecrement
,PostIncrement
,PreDecrement
,PreIncrement
-
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.model.expression.AnnotationValue
accept
Methods inherited from interface com.thoughtworks.qdox.model.expression.Expression
getParameterValue
-
Field Details
-
value
-
-
Constructor Details
-
UnaryOperator
-
-
Method Details
-
getValue
-