com.thoughtworks.qdox.model.annotation

Class AnnotationLogicalOr

Implemented Interfaces:
AnnotationValue

public class AnnotationLogicalOr
extends AnnotationBinaryOperator

Constructor Summary

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

AnnotationLogicalOr

public AnnotationLogicalOr(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()