Package net.sf.cglib.core
Class Signature
java.lang.Object
net.sf.cglib.core.Signature
A representation of a method signature, containing the method name,
return type, and parameter types.
-
Field Details
-
name
-
desc
-
-
Constructor Details
-
Signature
-
Signature
public Signature(String name, org.objectweb.asm.Type returnType, org.objectweb.asm.Type[] argumentTypes)
-
-
Method Details
-
getName
-
getDescriptor
-
getReturnType
public org.objectweb.asm.Type getReturnType() -
getArgumentTypes
public org.objectweb.asm.Type[] getArgumentTypes() -
toString
-
equals
-
hashCode
public int hashCode()
-