- java.lang.Object
-
- com.thoughtworks.qdox.model.expression.BinaryOperator
-
- com.thoughtworks.qdox.model.expression.NotEquals
-
- All Implemented Interfaces:
AnnotationValue
,Expression
public class NotEquals extends BinaryOperator
-
-
Constructor Summary
Constructors Constructor Description NotEquals(AnnotationValue left, AnnotationValue right)
-
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.BinaryOperator
getLeft, getRight
-
-
-
-
Constructor Detail
-
NotEquals
public NotEquals(AnnotationValue left, AnnotationValue right)
-
-
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
-
-