类 Signature
- java.lang.Object
-
- net.sf.cglib.core.Signature
-
public class Signature extends java.lang.ObjectA representation of a method signature, containing the method name, return type, and parameter types.
-
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 booleanequals(java.lang.Object o)org.objectweb.asm.Type[]getArgumentTypes()java.lang.StringgetDescriptor()java.lang.StringgetName()org.objectweb.asm.TypegetReturnType()inthashCode()java.lang.StringtoString()
-
-
-
方法详细资料
-
getName
public java.lang.String getName()
-
getDescriptor
public java.lang.String getDescriptor()
-
getReturnType
public org.objectweb.asm.Type getReturnType()
-
getArgumentTypes
public org.objectweb.asm.Type[] getArgumentTypes()
-
toString
public java.lang.String toString()
- 覆盖:
toString在类中java.lang.Object
-
equals
public boolean equals(java.lang.Object o)
- 覆盖:
equals在类中java.lang.Object
-
hashCode
public int hashCode()
- 覆盖:
hashCode在类中java.lang.Object
-
-