com.thoughtworks.qdox.model.annotation

Class AnnotationQuery

public class AnnotationQuery extends Object implements AnnotationValue

Constructor Summary
AnnotationQuery(AnnotationValue condition, AnnotationValue trueExpression, AnnotationValue falseExpression)
Method Summary
Objectaccept(AnnotationVisitor visitor)
AnnotationValuegetCondition()
AnnotationValuegetFalseExpression()
ObjectgetParameterValue()
AnnotationValuegetTrueExpression()
StringtoString()

Constructor Detail

AnnotationQuery

public AnnotationQuery(AnnotationValue condition, AnnotationValue trueExpression, AnnotationValue falseExpression)

Method Detail

accept

public Object accept(AnnotationVisitor visitor)

getCondition

public AnnotationValue getCondition()

getFalseExpression

public AnnotationValue getFalseExpression()

getParameterValue

public Object getParameterValue()

getTrueExpression

public AnnotationValue getTrueExpression()

toString

public String toString()