public class AnnotationAdd extends AnnotationBinaryOperator
Constructor and Description |
---|
AnnotationAdd(AnnotationValue left,
AnnotationValue right) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
accept(AnnotationVisitor visitor)
Accept a visitor for this value.
|
java.lang.Object |
getParameterValue()
Get a parameter value for
Annotation.getNamedParameter(String) . |
java.lang.String |
toString() |
getLeft, getRight
public AnnotationAdd(AnnotationValue left, AnnotationValue right)
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object accept(AnnotationVisitor visitor)
AnnotationValue
visitor
- Visitorpublic java.lang.Object getParameterValue()
AnnotationValue
Annotation.getNamedParameter(String)
.