com.thoughtworks.qdox.model.annotation

Class AnnotationParenExpression

public class AnnotationParenExpression extends Object implements AnnotationValue

Constructor Summary
AnnotationParenExpression(AnnotationValue value)
Method Summary
Objectaccept(AnnotationVisitor visitor)
ObjectgetParameterValue()
AnnotationValuegetValue()
StringtoString()

Constructor Detail

AnnotationParenExpression

public AnnotationParenExpression(AnnotationValue value)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getParameterValue

public Object getParameterValue()

getValue

public AnnotationValue getValue()

toString

public String toString()