com.thoughtworks.qdox.model.annotation
Class AnnotationShiftRight
java.lang.Object
com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
- All Implemented Interfaces:
- AnnotationValue
public class AnnotationShiftRight
- extends AnnotationBinaryOperator
AnnotationShiftRight
public AnnotationShiftRight(AnnotationValue left,
AnnotationValue right)
toString
public String toString()
- Overrides:
toString
in class Object
accept
public Object accept(AnnotationVisitor visitor)
- Description copied from interface:
AnnotationValue
- Accept a visitor for this value.
- Parameters:
visitor
- Visitor
- Returns:
- Visitor result
getParameterValue
public Object getParameterValue()
- Description copied from interface:
AnnotationValue
- Get a parameter value for
Annotation.getNamedParameter(String)
.
- Returns:
- Parameter value
Copyright © 2002-2011. All Rights Reserved.