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 elements
|
com.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.
|
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
DefaultJavaAnnotationAssembler.transform(AddDef annotationAdd) |
AnnotationValue |
DefaultJavaAnnotationAssembler.transform(AndDef annotationAnd) |
AnnotationValue |
DefaultJavaAnnotationAssembler.transform(AnnoDef annoDef) |
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) |
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
JavaAnnotation.getProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AnnotationValue> |
JavaAnnotation.getPropertyMap() |
Modifier and Type | Class and 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 |
Modifier and Type | Field and Description |
---|---|
private AnnotationValue |
Query.condition |
private AnnotationValue |
Query.falseExpression |
private AnnotationValue |
BinaryOperator.left |
private AnnotationValue |
BinaryOperator.right |
private AnnotationValue |
Query.trueExpression |
private AnnotationValue |
UnaryOperator.value |
private AnnotationValue |
Cast.value |
private AnnotationValue |
ParenExpression.value |
Modifier and Type | Field and Description |
---|---|
private java.util.List<AnnotationValue> |
MethodInvocation.arguments |
private java.util.List<AnnotationValue> |
AnnotationValueList.valueList |
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
Query.getCondition() |
AnnotationValue |
Query.getFalseExpression() |
AnnotationValue |
BinaryOperator.getLeft() |
AnnotationValue |
BinaryOperator.getRight() |
AnnotationValue |
Query.getTrueExpression() |
AnnotationValue |
UnaryOperator.getValue() |
AnnotationValue |
Cast.getValue() |
AnnotationValue |
ParenExpression.getValue() |
Modifier and Type | Method and Description |
---|---|
java.util.List<AnnotationValue> |
MethodInvocation.getArguments() |
java.util.List<AnnotationValue> |
AnnotationValueList.getValueList() |
Constructor and Description |
---|
AnnotationValueList(java.util.List<AnnotationValue> valueList) |
MethodInvocation(java.lang.String methodName,
java.util.List<AnnotationValue> arguments) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultJavaAnnotation |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<java.lang.String,AnnotationValue> |
DefaultJavaAnnotation.properties
Annotation properties as AnnotationValues
|
Modifier and Type | Method and Description |
---|---|
AnnotationValue |
DefaultJavaAnnotation.getProperty(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,AnnotationValue> |
DefaultJavaAnnotation.getPropertyMap() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultJavaAnnotation.setProperty(java.lang.String name,
AnnotationValue value) |