Class AnnotationShiftLeft
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationShiftLeft
- 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
-
AnnotationShiftLeft
-
-
Method Details
-
toString
-
accept
Description copied from interface:AnnotationValueAccept a visitor for this value.- Parameters:
visitor- Visitor- Returns:
- Visitor result
-
getParameterValue
Description copied from interface:AnnotationValueGet a parameter value forAnnotation.getNamedParameter(String).- Returns:
- Parameter value
-