public class Assignment extends Object implements AnnotationValue
| Constructor and Description |
|---|
Assignment(Expression leftHandSide,
String operator,
Expression assignmentExpression) |
| Modifier and Type | Method and Description |
|---|---|
Object |
accept(ExpressionVisitor visitor)
Accept a visitor for this value.
|
Object |
getParameterValue()
Get a parameter value for
JavaAnnotation.getNamedParameter(String). |
String |
toString() |
public Assignment(Expression leftHandSide, String operator, Expression assignmentExpression)
public Object accept(ExpressionVisitor visitor)
accept in interface AnnotationValuevisitor - Visitorpublic Object getParameterValue()
JavaAnnotation.getNamedParameter(String).getParameterValue in interface ExpressionCopyright © 2002–2025. All rights reserved.