Interface AnnotationValue
-
- All Superinterfaces:
Expression
- All Known Implementing Classes:
Add
,And
,AnnotationValueList
,Assignment
,BinaryOperator
,Cast
,Constant
,DefaultJavaAnnotation
,Divide
,Equals
,ExclusiveOr
,FieldRef
,GreaterEquals
,GreaterThan
,LessEquals
,LessThan
,LogicalAnd
,LogicalNot
,LogicalOr
,MethodInvocation
,MinusSign
,Multiply
,Not
,NotEquals
,Or
,ParenExpression
,PlusSign
,PostDecrement
,PostIncrement
,PreDecrement
,PreIncrement
,Query
,Remainder
,ShiftLeft
,ShiftRight
,Subtract
,TypeRef
,UnaryOperator
,UnsignedShiftRight
public interface AnnotationValue extends Expression
Interface for all annotation model elements
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Object
accept(ExpressionVisitor visitor)
Accept a visitor for this value.-
Methods inherited from interface com.thoughtworks.qdox.model.expression.Expression
getParameterValue
-
-
-
-
Method Detail
-
accept
java.lang.Object accept(ExpressionVisitor visitor)
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
-