net.sf.cglib.core
public class Signature extends Object
Constructor Summary | |
---|---|
Signature(String name, String desc) | |
Signature(String name, Type returnType, Type[] argumentTypes) |
Method Summary | |
---|---|
boolean | equals(Object o) |
Type[] | getArgumentTypes() |
String | getDescriptor() |
String | getName() |
Type | getReturnType() |
int | hashCode() |
String | toString() |