public class MethodData extends Object
| Constructor and Description |
|---|
MethodData(String className,
String methodName,
List<Integer> parameterIndex) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getMethodName() |
List<Integer> |
getParameterPositions() |
Copyright © 2018–2022. All rights reserved.