net.sf.cglib.core

Class Signature

public class Signature extends Object

A representation of a method signature, containing the method name, return type, and parameter types.
Constructor Summary
Signature(String name, String desc)
Signature(String name, Type returnType, Type[] argumentTypes)
Method Summary
booleanequals(Object o)
Type[]getArgumentTypes()
StringgetDescriptor()
StringgetName()
TypegetReturnType()
inthashCode()
StringtoString()

Constructor Detail

Signature

public Signature(String name, String desc)

Signature

public Signature(String name, Type returnType, Type[] argumentTypes)

Method Detail

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