- java.lang.Object
-
- com.thoughtworks.qdox.model.expression.UnaryOperator
-
- com.thoughtworks.qdox.model.expression.PlusSign
-
- All Implemented Interfaces:
AnnotationValue
,Expression
public class PlusSign extends UnaryOperator
-
-
Constructor Summary
Constructors Constructor Description PlusSign(AnnotationValue value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
accept(ExpressionVisitor visitor)
Accept a visitor for this value.String
getParameterValue()
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.String
toString()
-
Methods inherited from class com.thoughtworks.qdox.model.expression.UnaryOperator
getValue
-
-
-
-
Constructor Detail
-
PlusSign
public PlusSign(AnnotationValue value)
-
-
Method Detail
-
accept
public Object accept(ExpressionVisitor visitor)
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
public String getParameterValue()
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.- Returns:
- Parameter value
-
-