com.silvermindsoftware.hitch.reflect
Class MethodInfo

java.lang.Object
  extended by com.silvermindsoftware.hitch.reflect.MethodInfo

public class MethodInfo
extends Object

File-location:
MethodInfo
Last check-in date:
2009-08-04 15:22:05 +0200 (Di, 04. Aug 2009) by swismer for revision 3881

Constructor Summary
MethodInfo(Method method)
           
 
Method Summary
 boolean equals(Object o)
           
 Method getMethod()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MethodInfo

public MethodInfo(Method method)
Method Detail

getMethod

public Method getMethod()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2011 ELCA. All Rights Reserved.