Class Assignment
java.lang.Object
com.thoughtworks.qdox.model.expression.Assignment
- All Implemented Interfaces:
AnnotationValue
,Expression
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionAssignment
(Expression leftHandSide, String operator, Expression assignmentExpression) -
Method Summary
Modifier and TypeMethodDescriptionaccept
(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String)
.toString()
-
Field Details
-
leftHandSide
-
operator
-
assignmentExpression
-
-
Constructor Details
-
Assignment
-
-
Method Details
-
accept
Accept a visitor for this value.- Specified by:
accept
in interfaceAnnotationValue
- Parameters:
visitor
- Visitor- Returns:
- Visitor result
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String)
.- Specified by:
getParameterValue
in interfaceExpression
- Returns:
- Parameter value
-
toString
-