Uses of Interface
com.thoughtworks.qdox.model.expression.AnnotationValue
Packages that use AnnotationValue
Package
Description
Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elements
Provides classes reflecting the Java model elements.
Provides classes reflecting the Java expressions.
Provides the default implementation of the classes reflecting the Java model elements.
-
Uses of AnnotationValue in com.thoughtworks.qdox.builder.impl
Methods in com.thoughtworks.qdox.builder.impl that return AnnotationValueModifier and TypeMethodDescriptionDefaultJavaAnnotationAssembler.transform
(AssignmentDef assignmentDef) DefaultJavaAnnotationAssembler.transform
(ConstantDef annotationConstant) DefaultJavaAnnotationAssembler.transform
(CreatorDef newCreator) DefaultJavaAnnotationAssembler.transform
(ElemValueListDef elemValueListDef) DefaultJavaAnnotationAssembler.transform
(ExclusiveOrDef annotationExclusiveOr) DefaultJavaAnnotationAssembler.transform
(FieldRefDef annotationFieldRef) DefaultJavaAnnotationAssembler.transform
(GreaterEqualsDef annotationGreaterEquals) DefaultJavaAnnotationAssembler.transform
(GreaterThanDef annotationGreaterThan) DefaultJavaAnnotationAssembler.transform
(LessEqualsDef annotationLessEquals) DefaultJavaAnnotationAssembler.transform
(LessThanDef annotationLessThan) DefaultJavaAnnotationAssembler.transform
(LogicalAndDef annotationLogicalAnd) DefaultJavaAnnotationAssembler.transform
(LogicalNotDef annotationLogicalNot) DefaultJavaAnnotationAssembler.transform
(LogicalOrDef annotationLogicalOr) DefaultJavaAnnotationAssembler.transform
(MethodInvocationDef methodInvocationDef) DefaultJavaAnnotationAssembler.transform
(MethodReferenceDef methodReferenceDef) DefaultJavaAnnotationAssembler.transform
(MinusSignDef annotationMinusSign) DefaultJavaAnnotationAssembler.transform
(MultiplyDef annotationMultiply) DefaultJavaAnnotationAssembler.transform
(NotEqualsDef annotationNotEquals) DefaultJavaAnnotationAssembler.transform
(ParenExpressionDef annotationParenExpression) DefaultJavaAnnotationAssembler.transform
(PlusSignDef annotationPlusSign) DefaultJavaAnnotationAssembler.transform
(PostDecrementDef postDecrementDef) DefaultJavaAnnotationAssembler.transform
(PostIncrementDef postIncrement) DefaultJavaAnnotationAssembler.transform
(PreDecrementDef preDecrementDef) DefaultJavaAnnotationAssembler.transform
(PreIncrementDef preIncrementDef) DefaultJavaAnnotationAssembler.transform
(RemainderDef annotationRemainder) DefaultJavaAnnotationAssembler.transform
(ShiftLeftDef annotationShiftLeft) DefaultJavaAnnotationAssembler.transform
(ShiftRightDef annotationShiftRight) DefaultJavaAnnotationAssembler.transform
(SubtractDef annotationSubtract) DefaultJavaAnnotationAssembler.transform
(TypeRefDef annotationTypeRef) DefaultJavaAnnotationAssembler.transform
(UnsignedShiftRightDef annotationUnsignedShiftRight) -
Uses of AnnotationValue in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return AnnotationValueMethods in com.thoughtworks.qdox.model that return types with arguments of type AnnotationValue -
Uses of AnnotationValue in com.thoughtworks.qdox.model.expression
Classes in com.thoughtworks.qdox.model.expression that implement AnnotationValueModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields in com.thoughtworks.qdox.model.expression declared as AnnotationValueModifier and TypeFieldDescriptionprivate final AnnotationValue
Query.condition
private final AnnotationValue
Query.falseExpression
private AnnotationValue
BinaryOperator.left
private AnnotationValue
BinaryOperator.right
private final AnnotationValue
Query.trueExpression
private final AnnotationValue
Cast.value
private AnnotationValue
ParenExpression.value
private AnnotationValue
UnaryOperator.value
Fields in com.thoughtworks.qdox.model.expression with type parameters of type AnnotationValueModifier and TypeFieldDescriptionprivate List<AnnotationValue>
MethodInvocation.arguments
private final List<AnnotationValue>
AnnotationValueList.valueList
Methods in com.thoughtworks.qdox.model.expression that return AnnotationValueModifier and TypeMethodDescriptionQuery.getCondition()
Query.getFalseExpression()
BinaryOperator.getLeft()
BinaryOperator.getRight()
Query.getTrueExpression()
Cast.getValue()
ParenExpression.getValue()
UnaryOperator.getValue()
Methods in com.thoughtworks.qdox.model.expression that return types with arguments of type AnnotationValueModifier and TypeMethodDescriptionMethodInvocation.getArguments()
AnnotationValueList.getValueList()
Constructors in com.thoughtworks.qdox.model.expression with parameters of type AnnotationValueModifierConstructorDescriptionAdd
(AnnotationValue left, AnnotationValue right) And
(AnnotationValue left, AnnotationValue right) BinaryOperator
(AnnotationValue left, AnnotationValue right) Cast
(JavaType type, AnnotationValue value) Divide
(AnnotationValue left, AnnotationValue right) Equals
(AnnotationValue left, AnnotationValue right) ExclusiveOr
(AnnotationValue left, AnnotationValue right) GreaterEquals
(AnnotationValue left, AnnotationValue right) GreaterThan
(AnnotationValue left, AnnotationValue right) LessEquals
(AnnotationValue left, AnnotationValue right) LessThan
(AnnotationValue left, AnnotationValue right) LogicalAnd
(AnnotationValue left, AnnotationValue right) LogicalNot
(AnnotationValue value) LogicalOr
(AnnotationValue left, AnnotationValue right) MinusSign
(AnnotationValue value) Multiply
(AnnotationValue left, AnnotationValue right) Not
(AnnotationValue value) NotEquals
(AnnotationValue left, AnnotationValue right) Or
(AnnotationValue left, AnnotationValue right) ParenExpression
(AnnotationValue value) PlusSign
(AnnotationValue value) PostDecrement
(AnnotationValue value) PostIncrement
(AnnotationValue value) PreDecrement
(AnnotationValue value) PreIncrement
(AnnotationValue value) Query
(AnnotationValue condition, AnnotationValue trueExpression, AnnotationValue falseExpression) Remainder
(AnnotationValue left, AnnotationValue right) ShiftLeft
(AnnotationValue left, AnnotationValue right) ShiftRight
(AnnotationValue left, AnnotationValue right) Subtract
(AnnotationValue left, AnnotationValue right) UnaryOperator
(AnnotationValue value) UnsignedShiftRight
(AnnotationValue left, AnnotationValue right) Constructor parameters in com.thoughtworks.qdox.model.expression with type arguments of type AnnotationValueModifierConstructorDescriptionAnnotationValueList
(List<AnnotationValue> valueList) MethodInvocation
(String methodName, List<AnnotationValue> arguments) -
Uses of AnnotationValue in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement AnnotationValueFields in com.thoughtworks.qdox.model.impl with type parameters of type AnnotationValueModifier and TypeFieldDescriptionprivate final Map<String,
AnnotationValue> DefaultJavaAnnotation.properties
Annotation properties as AnnotationValuesMethods in com.thoughtworks.qdox.model.impl that return AnnotationValueMethods in com.thoughtworks.qdox.model.impl that return types with arguments of type AnnotationValueMethods in com.thoughtworks.qdox.model.impl with parameters of type AnnotationValueModifier and TypeMethodDescriptionfinal void
DefaultJavaAnnotation.setProperty
(String name, AnnotationValue value)