public class Signature extends Object
Constructor and Description |
---|
Signature(String name,
String desc) |
Signature(String name,
Type returnType,
Type[] argumentTypes) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Type[] |
getArgumentTypes() |
String |
getDescriptor() |
String |
getName() |
Type |
getReturnType() |
int |
hashCode() |
String |
toString() |
Copyright © 2018. All rights reserved.