Uses of Interface
com.thoughtworks.qdox.model.expression.AnnotationValue
-
Packages that use AnnotationValue Package Description com.thoughtworks.qdox.builder.impl Provides the default implementation of the classes which transform the structs from the JavaParser to the Java model elementscom.thoughtworks.qdox.model Provides classes reflecting the Java model elements.com.thoughtworks.qdox.model.expression Provides classes reflecting the Java expressions.com.thoughtworks.qdox.model.impl 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 AnnotationValue Modifier and Type Method Description AnnotationValueDefaultJavaAnnotationAssembler. transform(AddDef annotationAdd)AnnotationValueDefaultJavaAnnotationAssembler. transform(AndDef annotationAnd)AnnotationValueDefaultJavaAnnotationAssembler. transform(AssignmentDef assignmentDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(CastDef annotationCast)AnnotationValueDefaultJavaAnnotationAssembler. transform(ConstantDef annotationConstant)AnnotationValueDefaultJavaAnnotationAssembler. transform(CreatorDef newCreator)AnnotationValueDefaultJavaAnnotationAssembler. transform(DivideDef annotationDivide)AnnotationValueDefaultJavaAnnotationAssembler. transform(ElemValueListDef elemValueListDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(EqualsDef annotationEquals)AnnotationValueDefaultJavaAnnotationAssembler. transform(ExclusiveOrDef annotationExclusiveOr)AnnotationValueDefaultJavaAnnotationAssembler. transform(FieldRefDef annotationFieldRef)AnnotationValueDefaultJavaAnnotationAssembler. transform(GreaterEqualsDef annotationGreaterEquals)AnnotationValueDefaultJavaAnnotationAssembler. transform(GreaterThanDef annotationGreaterThan)AnnotationValueDefaultJavaAnnotationAssembler. transform(LessEqualsDef annotationLessEquals)AnnotationValueDefaultJavaAnnotationAssembler. transform(LessThanDef annotationLessThan)AnnotationValueDefaultJavaAnnotationAssembler. transform(LogicalAndDef annotationLogicalAnd)AnnotationValueDefaultJavaAnnotationAssembler. transform(LogicalNotDef annotationLogicalNot)AnnotationValueDefaultJavaAnnotationAssembler. transform(LogicalOrDef annotationLogicalOr)AnnotationValueDefaultJavaAnnotationAssembler. transform(MethodInvocationDef methodInvocationDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(MethodReferenceDef methodReferenceDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(MinusSignDef annotationMinusSign)AnnotationValueDefaultJavaAnnotationAssembler. transform(MultiplyDef annotationMultiply)AnnotationValueDefaultJavaAnnotationAssembler. transform(NotDef annotationNot)AnnotationValueDefaultJavaAnnotationAssembler. transform(NotEqualsDef annotationNotEquals)AnnotationValueDefaultJavaAnnotationAssembler. transform(OrDef annotationOr)AnnotationValueDefaultJavaAnnotationAssembler. transform(ParenExpressionDef annotationParenExpression)AnnotationValueDefaultJavaAnnotationAssembler. transform(PlusSignDef annotationPlusSign)AnnotationValueDefaultJavaAnnotationAssembler. transform(PostDecrementDef postDecrementDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(PostIncrementDef postIncrement)AnnotationValueDefaultJavaAnnotationAssembler. transform(PreDecrementDef preDecrementDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(PreIncrementDef preIncrementDef)AnnotationValueDefaultJavaAnnotationAssembler. transform(QueryDef annotationQuery)AnnotationValueDefaultJavaAnnotationAssembler. transform(RemainderDef annotationRemainder)AnnotationValueDefaultJavaAnnotationAssembler. transform(ShiftLeftDef annotationShiftLeft)AnnotationValueDefaultJavaAnnotationAssembler. transform(ShiftRightDef annotationShiftRight)AnnotationValueDefaultJavaAnnotationAssembler. transform(SubtractDef annotationSubtract)AnnotationValueDefaultJavaAnnotationAssembler. transform(TypeRefDef annotationTypeRef)AnnotationValueDefaultJavaAnnotationAssembler. transform(UnsignedShiftRightDef annotationUnsignedShiftRight)AnnotationValueDefaultJavaAnnotationAssembler. transform(AnnoDef annoDef) -
Uses of AnnotationValue in com.thoughtworks.qdox.model
Methods in com.thoughtworks.qdox.model that return AnnotationValue Modifier and Type Method Description AnnotationValueJavaAnnotation. getProperty(java.lang.String name)Methods in com.thoughtworks.qdox.model that return types with arguments of type AnnotationValue Modifier and Type Method Description java.util.Map<java.lang.String,AnnotationValue>JavaAnnotation. getPropertyMap() -
Uses of AnnotationValue in com.thoughtworks.qdox.model.expression
Classes in com.thoughtworks.qdox.model.expression that implement AnnotationValue Modifier and Type Class Description classAddclassAndclassAnnotationValueListclassAssignmentclassBinaryOperatorclassCastclassConstantclassDivideclassEqualsclassExclusiveOrclassFieldRefclassGreaterEqualsclassGreaterThanclassLessEqualsclassLessThanclassLogicalAndclassLogicalNotclassLogicalOrclassMethodInvocationclassMinusSignclassMultiplyclassNotclassNotEqualsclassOrclassParenExpressionclassPlusSignclassPostDecrementclassPostIncrementclassPreDecrementclassPreIncrementclassQueryclassRemainderclassShiftLeftclassShiftRightclassSubtractclassTypeRefclassUnaryOperatorclassUnsignedShiftRightFields in com.thoughtworks.qdox.model.expression declared as AnnotationValue Modifier and Type Field Description private AnnotationValueQuery. conditionprivate AnnotationValueQuery. falseExpressionprivate AnnotationValueBinaryOperator. leftprivate AnnotationValueBinaryOperator. rightprivate AnnotationValueQuery. trueExpressionprivate AnnotationValueCast. valueprivate AnnotationValueParenExpression. valueprivate AnnotationValueUnaryOperator. valueFields in com.thoughtworks.qdox.model.expression with type parameters of type AnnotationValue Modifier and Type Field Description private java.util.List<AnnotationValue>MethodInvocation. argumentsprivate java.util.List<AnnotationValue>AnnotationValueList. valueListMethods in com.thoughtworks.qdox.model.expression that return AnnotationValue Modifier and Type Method Description AnnotationValueQuery. getCondition()AnnotationValueQuery. getFalseExpression()AnnotationValueBinaryOperator. getLeft()AnnotationValueBinaryOperator. getRight()AnnotationValueQuery. getTrueExpression()AnnotationValueCast. getValue()AnnotationValueParenExpression. getValue()AnnotationValueUnaryOperator. getValue()Methods in com.thoughtworks.qdox.model.expression that return types with arguments of type AnnotationValue Modifier and Type Method Description java.util.List<AnnotationValue>MethodInvocation. getArguments()java.util.List<AnnotationValue>AnnotationValueList. getValueList()Constructor parameters in com.thoughtworks.qdox.model.expression with type arguments of type AnnotationValue Constructor Description AnnotationValueList(java.util.List<AnnotationValue> valueList)MethodInvocation(java.lang.String methodName, java.util.List<AnnotationValue> arguments) -
Uses of AnnotationValue in com.thoughtworks.qdox.model.impl
Classes in com.thoughtworks.qdox.model.impl that implement AnnotationValue Modifier and Type Class Description classDefaultJavaAnnotationFields in com.thoughtworks.qdox.model.impl with type parameters of type AnnotationValue Modifier and Type Field Description private java.util.Map<java.lang.String,AnnotationValue>DefaultJavaAnnotation. propertiesAnnotation properties as AnnotationValuesMethods in com.thoughtworks.qdox.model.impl that return AnnotationValue Modifier and Type Method Description AnnotationValueDefaultJavaAnnotation. getProperty(java.lang.String name)Methods in com.thoughtworks.qdox.model.impl that return types with arguments of type AnnotationValue Modifier and Type Method Description java.util.Map<java.lang.String,AnnotationValue>DefaultJavaAnnotation. getPropertyMap()Methods in com.thoughtworks.qdox.model.impl with parameters of type AnnotationValue Modifier and Type Method Description voidDefaultJavaAnnotation. setProperty(java.lang.String name, AnnotationValue value)
-