org.reflext.api
Class MethodSignature
java.lang.Object
org.reflext.api.MethodSignature
public class MethodSignature
- extends Object
The signature of method, identifies a method.
- Version:
- $Revision$
- Author:
- Julien Viet
MethodSignature
public MethodSignature(String name,
List<TypeInfo> parameterTypes)
getName
public String getName()
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2010 eXo Platform SAS. All Rights Reserved.