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
Interface for all annotation model elements
-
Method Summary
Modifier and TypeMethodDescriptionaccept
(ExpressionVisitor visitor) Accept a visitor for this value.Methods inherited from interface com.thoughtworks.qdox.model.expression.Expression
getParameterValue
-
Method Details
-
accept
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-