com.thoughtworks.qdox.model.annotation

Class AnnotationUnsignedShiftRight

public class AnnotationUnsignedShiftRight extends AnnotationBinaryOperator

Constructor Summary
AnnotationUnsignedShiftRight(AnnotationValue left, AnnotationValue right)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
StringtoString()

Constructor Detail

AnnotationUnsignedShiftRight

public AnnotationUnsignedShiftRight(AnnotationValue left, AnnotationValue right)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

toString

public String toString()