Class AnnotationMultiply
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationMultiply
- All Implemented Interfaces:
AnnotationValue
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(AnnotationVisitor visitor) Accept a visitor for this value.Get a parameter value forAnnotation.getNamedParameter(String)
.toString()
Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
getLeft, getRight
-
Constructor Details
-
AnnotationMultiply
-
-
Method Details
-
toString
-
accept
Description copied from interface:AnnotationValue
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
Description copied from interface:AnnotationValue
Get a parameter value forAnnotation.getNamedParameter(String)
.- Returns:
- Parameter value
-