类 UnaryOperator

java.lang.Object
com.thoughtworks.qdox.model.expression.UnaryOperator
所有已实现的接口:
AnnotationValue, Expression
直接已知子类:
LogicalNot, MinusSign, Not, PlusSign, PostDecrement, PostIncrement, PreDecrement, PreIncrement

public abstract class UnaryOperator extends Object implements AnnotationValue