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