AnnotationValue, Expressionpublic class MethodInvocation extends java.lang.Object implements AnnotationValue
| Constructor | Description |
|---|---|
MethodInvocation(java.lang.String methodName,
java.util.List<AnnotationValue> arguments) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object |
accept(ExpressionVisitor visitor) |
Accept a visitor for this value.
|
java.util.List<AnnotationValue> |
getArguments() |
|
java.lang.String |
getMethodName() |
|
java.lang.Object |
getParameterValue() |
Get a parameter value for
JavaAnnotation.getNamedParameter(String). |
public MethodInvocation(java.lang.String methodName,
java.util.List<AnnotationValue> arguments)
public java.lang.Object getParameterValue()
JavaAnnotation.getNamedParameter(String).getParameterValue in interface Expressionpublic java.lang.String getMethodName()
public java.util.List<AnnotationValue> getArguments()
public java.lang.Object accept(ExpressionVisitor visitor)
accept in interface AnnotationValuevisitor - VisitorCopyright © 2002–2018. All rights reserved.