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()
JavaAnnotation.getNamedParameter(String)
.getParameterValue
in interface Expression
public String getMethodName()
public List<AnnotationValue> getArguments()
public Object accept(ExpressionVisitor visitor)
accept
in interface AnnotationValue
visitor
- VisitorCopyright © 2002–2019. All rights reserved.