Class AnnotationLogicalNot
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationUnaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationLogicalNot
- 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.AnnotationUnaryOperator
getValue
-
Constructor Details
-
AnnotationLogicalNot
-
-
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
-