public class MethodInvocation extends Object implements AnnotationValue
| Constructor and Description |
|---|
MethodInvocation(String methodName,
List<AnnotationValue> arguments) |
| Modifier and Type | Method and 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()
ExpressionJavaAnnotation#getNamedParameter(String).getParameterValue in interface Expressionpublic String getMethodName()
public List<AnnotationValue> getArguments()
public Object accept(ExpressionVisitor visitor)
AnnotationValueaccept in interface AnnotationValuevisitor - VisitorCopyright © 2002–2016. All rights reserved.