Package net.sf.cglib.core
Class Signature
- java.lang.Object
-
- net.sf.cglib.core.Signature
-
public class Signature extends Object
A representation of a method signature, containing the method name, return type, and parameter types.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
org.objectweb.asm.Type[]
getArgumentTypes()
String
getDescriptor()
String
getName()
org.objectweb.asm.Type
getReturnType()
int
hashCode()
String
toString()
-