com.thoughtworks.qdox.model.annotation
Class AnnotationShiftRight

java.lang.Object
  extended by com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
      extended by com.thoughtworks.qdox.model.annotation.AnnotationShiftRight
All Implemented Interfaces:
AnnotationValue

public class AnnotationShiftRight
extends AnnotationBinaryOperator


Constructor Summary
AnnotationShiftRight(AnnotationValue left, AnnotationValue right)
           
 
Method Summary
 Object accept(AnnotationVisitor visitor)
          Accept a visitor for this value.
 Object getParameterValue()
          Get a parameter value for Annotation.getNamedParameter(String).
 String toString()
           
 
Methods inherited from class com.thoughtworks.qdox.model.annotation.AnnotationBinaryOperator
getLeft, getRight
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationShiftRight

public AnnotationShiftRight(AnnotationValue left,
                            AnnotationValue right)
Method Detail

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.