com.thoughtworks.qdox.model.annotation

Class AnnotationParenExpression

Implemented Interfaces:
AnnotationValue

public class AnnotationParenExpression
extends java.lang.Object
implements AnnotationValue

Constructor Summary

AnnotationParenExpression(AnnotationValue value)

Method Summary

Object
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
Object
getParameterValue()
Get a parameter value for Annotation.getNamedParameter(String).
AnnotationValue
getValue()
String
toString()

Constructor Details

AnnotationParenExpression

public AnnotationParenExpression(AnnotationValue value)

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

getValue

public AnnotationValue getValue()

toString

public String toString()