Class MethodInvocation
java.lang.Object
com.thoughtworks.qdox.model.expression.MethodInvocation
- All Implemented Interfaces:
AnnotationValue,Expression
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaccept(ExpressionVisitor visitor) Accept a visitor for this value.Get a parameter value forJavaAnnotation.getNamedParameter(String).
-
Field Details
-
methodName
-
arguments
-
-
Constructor Details
-
MethodInvocation
-
-
Method Details
-
getParameterValue
Get a parameter value forJavaAnnotation.getNamedParameter(String).- Specified by:
getParameterValuein interfaceExpression- Returns:
- Parameter value
-
getMethodName
-
getArguments
-
accept
Accept a visitor for this value.- Specified by:
acceptin interfaceAnnotationValue- Parameters:
visitor- Visitor- Returns:
- Visitor result
-