com.thoughtworks.qdox.model.annotation
public class AnnotationQuery extends Object implements AnnotationValue
Constructor Summary | |
---|---|
AnnotationQuery(AnnotationValue condition, AnnotationValue trueExpression, AnnotationValue falseExpression) |
Method Summary | |
---|---|
Object | accept(AnnotationVisitor visitor) |
AnnotationValue | getCondition() |
AnnotationValue | getFalseExpression() |
Object | getParameterValue() |
AnnotationValue | getTrueExpression() |
String | toString() |