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 | 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) |
Modifier and Type | Method | Description |
---|---|---|
AnnotationValue |
JavaAnnotation.getProperty(String name) |
Modifier and Type | Method | Description |
---|---|---|
Map<String,AnnotationValue> |
JavaAnnotation.getPropertyMap() |
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 |
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() |
Modifier and Type | Method | Description |
---|---|---|
List<AnnotationValue> |
MethodInvocation.getArguments() |
|
List<AnnotationValue> |
AnnotationValueList.getValueList() |
Constructor | Description |
---|---|
AnnotationValueList(List<AnnotationValue> valueList) |
|
MethodInvocation(String methodName,
List<AnnotationValue> arguments) |
Modifier and Type | Class | Description |
---|---|---|
class |
DefaultJavaAnnotation |
Modifier and Type | Method | Description |
---|---|---|
AnnotationValue |
DefaultJavaAnnotation.getProperty(String name) |
Modifier and Type | Method | Description |
---|---|---|
Map<String,AnnotationValue> |
DefaultJavaAnnotation.getPropertyMap() |
Modifier and Type | Method | Description |
---|---|---|
void |
DefaultJavaAnnotation.setProperty(String name,
AnnotationValue value) |
Copyright © 2002–2018. All rights reserved.