public class MethodCall extends Object implements SequenceEntry
| Constructor and Description |
|---|
MethodCall(String methodClass,
String methodName,
List<String> types) |
MethodCall(String className,
String methodName,
String... types) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMethodClass() |
String |
getMethodName() |
String |
getParameterType(int i) |
Iterator<String> |
parameters() |
int |
parametersCount() |
String |
toString() |
Copyright © 2014–2018 University of Namur. All rights reserved.