Class NotEquals
java.lang.Object
com.thoughtworks.qdox.model.expression.BinaryOperator
com.thoughtworks.qdox.model.expression.NotEquals
- All Implemented Interfaces:
AnnotationValue
,Expression
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept
(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String)
.toString()
Methods inherited from class com.thoughtworks.qdox.model.expression.BinaryOperator
getLeft, getRight
-
Constructor Details
-
NotEquals
-
-
Method Details
-
toString
-
accept
Accept a visitor for this value.- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.- Returns:
- Parameter value
-