接口的使用
com.thoughtworks.qdox.model.expression.AnnotationValue
使用AnnotationValue的程序包
程序包
说明
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.
-
com.thoughtworks.qdox.builder.impl中AnnotationValue的使用
修饰符和类型方法说明DefaultJavaAnnotationAssembler.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) -
com.thoughtworks.qdox.model中AnnotationValue的使用
返回变量类型为AnnotationValue的类型的com.thoughtworks.qdox.model中的方法 -
com.thoughtworks.qdox.model.expression中AnnotationValue的使用
修饰符和类型类说明classclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass修饰符和类型方法说明Query.getCondition()Query.getFalseExpression()BinaryOperator.getLeft()BinaryOperator.getRight()Query.getTrueExpression()Cast.getValue()ParenExpression.getValue()UnaryOperator.getValue()返回变量类型为AnnotationValue的类型的com.thoughtworks.qdox.model.expression中的方法限定符构造器说明Add(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) 类型变量类型为AnnotationValue的com.thoughtworks.qdox.model.expression中的构造器参数限定符构造器说明AnnotationValueList(List<AnnotationValue> valueList) MethodInvocation(String methodName, List<AnnotationValue> arguments) -
com.thoughtworks.qdox.model.impl中AnnotationValue的使用
返回变量类型为AnnotationValue的类型的com.thoughtworks.qdox.model.impl中的方法