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