public class MethodSignature extends Object
| Constructor and Description |
|---|
MethodSignature(String name,
List<TypeInfo> parameterTypes,
boolean varargs,
TypeInfo returnType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName() |
List<TypeInfo> |
getParameterTypes() |
TypeInfo |
getReturnType() |
int |
hashCode() |
String |
toString() |
Copyright © 2020 Eclipse. All rights reserved.