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 booleanequals(Object o)org.objectweb.asm.Type[]getArgumentTypes()StringgetDescriptor()StringgetName()org.objectweb.asm.TypegetReturnType()inthashCode()StringtoString()
-