Constructors in com.thoughtworks.qdox.model.annotation with parameters of type AnnotationValue |
AnnotationAdd(AnnotationValue left,
AnnotationValue right)
|
AnnotationAnd(AnnotationValue left,
AnnotationValue right)
|
AnnotationBinaryOperator(AnnotationValue left,
AnnotationValue right)
|
AnnotationCast(Type type,
AnnotationValue value)
|
AnnotationDivide(AnnotationValue left,
AnnotationValue right)
|
AnnotationEquals(AnnotationValue left,
AnnotationValue right)
|
AnnotationExclusiveOr(AnnotationValue left,
AnnotationValue right)
|
AnnotationGreaterEquals(AnnotationValue left,
AnnotationValue right)
|
AnnotationGreaterThan(AnnotationValue left,
AnnotationValue right)
|
AnnotationLessEquals(AnnotationValue left,
AnnotationValue right)
|
AnnotationLessThan(AnnotationValue left,
AnnotationValue right)
|
AnnotationLogicalAnd(AnnotationValue left,
AnnotationValue right)
|
AnnotationLogicalNot(AnnotationValue value)
|
AnnotationLogicalOr(AnnotationValue left,
AnnotationValue right)
|
AnnotationMinusSign(AnnotationValue value)
|
AnnotationMultiply(AnnotationValue left,
AnnotationValue right)
|
AnnotationNot(AnnotationValue value)
|
AnnotationNotEquals(AnnotationValue left,
AnnotationValue right)
|
AnnotationOr(AnnotationValue left,
AnnotationValue right)
|
AnnotationParenExpression(AnnotationValue value)
|
AnnotationPlusSign(AnnotationValue value)
|
AnnotationQuery(AnnotationValue condition,
AnnotationValue trueExpression,
AnnotationValue falseExpression)
|
AnnotationRemainder(AnnotationValue left,
AnnotationValue right)
|
AnnotationShiftLeft(AnnotationValue left,
AnnotationValue right)
|
AnnotationShiftRight(AnnotationValue left,
AnnotationValue right)
|
AnnotationSubtract(AnnotationValue left,
AnnotationValue right)
|
AnnotationUnaryOperator(AnnotationValue value)
|
AnnotationUnsignedShiftRight(AnnotationValue left,
AnnotationValue right)
|