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 AnnotationValue
DefaultJavaAnnotationAssembler. transform(AddDef annotationAdd)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(AndDef annotationAnd)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(AssignmentDef assignmentDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(CastDef annotationCast)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ConstantDef annotationConstant)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(CreatorDef newCreator)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(DivideDef annotationDivide)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ElemValueListDef elemValueListDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(EqualsDef annotationEquals)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ExclusiveOrDef annotationExclusiveOr)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(FieldRefDef annotationFieldRef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(GreaterEqualsDef annotationGreaterEquals)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(GreaterThanDef annotationGreaterThan)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(LessEqualsDef annotationLessEquals)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(LessThanDef annotationLessThan)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(LogicalAndDef annotationLogicalAnd)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(LogicalNotDef annotationLogicalNot)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(LogicalOrDef annotationLogicalOr)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(MethodInvocationDef methodInvocationDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(MethodReferenceDef methodReferenceDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(MinusSignDef annotationMinusSign)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(MultiplyDef annotationMultiply)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(NotDef annotationNot)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(NotEqualsDef annotationNotEquals)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(OrDef annotationOr)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ParenExpressionDef annotationParenExpression)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(PlusSignDef annotationPlusSign)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(PostDecrementDef postDecrementDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(PostIncrementDef postIncrement)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(PreDecrementDef preDecrementDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(PreIncrementDef preIncrementDef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(QueryDef annotationQuery)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(RemainderDef annotationRemainder)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ShiftLeftDef annotationShiftLeft)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(ShiftRightDef annotationShiftRight)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(SubtractDef annotationSubtract)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(TypeRefDef annotationTypeRef)
AnnotationValue
DefaultJavaAnnotationAssembler. transform(UnsignedShiftRightDef annotationUnsignedShiftRight)
AnnotationValue
DefaultJavaAnnotationAssembler. 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 AnnotationValue
JavaAnnotation. 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 class
Add
class
And
class
AnnotationValueList
class
Assignment
class
BinaryOperator
class
Cast
class
Constant
class
Divide
class
Equals
class
ExclusiveOr
class
FieldRef
class
GreaterEquals
class
GreaterThan
class
LessEquals
class
LessThan
class
LogicalAnd
class
LogicalNot
class
LogicalOr
class
MethodInvocation
class
MinusSign
class
Multiply
class
Not
class
NotEquals
class
Or
class
ParenExpression
class
PlusSign
class
PostDecrement
class
PostIncrement
class
PreDecrement
class
PreIncrement
class
Query
class
Remainder
class
ShiftLeft
class
ShiftRight
class
Subtract
class
TypeRef
class
UnaryOperator
class
UnsignedShiftRight
Fields in com.thoughtworks.qdox.model.expression declared as AnnotationValue Modifier and Type Field Description private AnnotationValue
Query. condition
private AnnotationValue
Query. falseExpression
private AnnotationValue
BinaryOperator. left
private AnnotationValue
BinaryOperator. right
private AnnotationValue
Query. trueExpression
private AnnotationValue
Cast. value
private AnnotationValue
ParenExpression. value
private AnnotationValue
UnaryOperator. value
Fields in com.thoughtworks.qdox.model.expression with type parameters of type AnnotationValue Modifier and Type Field Description private java.util.List<AnnotationValue>
MethodInvocation. arguments
private java.util.List<AnnotationValue>
AnnotationValueList. valueList
Methods in com.thoughtworks.qdox.model.expression that return AnnotationValue Modifier and Type Method Description AnnotationValue
Query. getCondition()
AnnotationValue
Query. getFalseExpression()
AnnotationValue
BinaryOperator. getLeft()
AnnotationValue
BinaryOperator. getRight()
AnnotationValue
Query. getTrueExpression()
AnnotationValue
Cast. getValue()
AnnotationValue
ParenExpression. getValue()
AnnotationValue
UnaryOperator. 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 class
DefaultJavaAnnotation
Fields 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. properties
Annotation properties as AnnotationValuesMethods in com.thoughtworks.qdox.model.impl that return AnnotationValue Modifier and Type Method Description AnnotationValue
DefaultJavaAnnotation. 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 void
DefaultJavaAnnotation. setProperty(java.lang.String name, AnnotationValue value)
-