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
public abstract class UnaryOperator extends java.lang.Object implements AnnotationValue
-
-
Constructor Summary
Constructors Constructor Description UnaryOperator(AnnotationValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotationValue
getValue()
-
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
-
-
-
-
Constructor Detail
-
UnaryOperator
public UnaryOperator(AnnotationValue value)
-
-
Method Detail
-
getValue
public AnnotationValue getValue()
-
-