net.sf.cglib.core
Class Signature
java.lang.Object
net.sf.cglib.core.Signature
public class Signature
extends java.lang.Object
A representation of a method signature, containing the method name,
return type, and parameter types.
Signature(String name, String desc)
|
Signature(String name, Type returnType, Type[] argumentTypes)
|
Signature
public Signature(String name,
String desc)
Signature
public Signature(String name,
Type returnType,
Type[] argumentTypes)
equals
public boolean equals(Object o)
getArgumentTypes
public Type[] getArgumentTypes()
getDescriptor
public String getDescriptor()
getName
public String getName()
getReturnType
public Type getReturnType()
hashCode
public int hashCode()
toString
public String toString()
Copyright (c) 2001 - Apache Software Foundation