com.thoughtworks.qdox.model.annotation

Class AnnotationAdd

Implemented Interfaces:
AnnotationValue

public class AnnotationAdd
extends AnnotationBinaryOperator

Constructor Summary

AnnotationAdd(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

Constructor Details

AnnotationAdd

public AnnotationAdd(AnnotationValue left,
                     AnnotationValue right)

Method Details

accept

public Object accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Specified by:
accept in interface AnnotationValue
Parameters:
visitor - Visitor
Returns:
Visitor result

getParameterValue

public Object getParameterValue()
Specified by:
getParameterValue in interface AnnotationValue
Returns:
Parameter value

toString

public String toString()