org.seasar.tuigwaa.logic.aop
クラス MethodSignature

java.lang.Object
  拡張org.seasar.tuigwaa.logic.aop.MethodSignature

public class MethodSignature
extends Object


コンストラクタの概要
MethodSignature(Method method)
           
 
メソッドの概要
 boolean equals(Object obj)
           
 Class[] getArgTypes()
           
 String getMethodName()
           
 int hashCode()
           
 
クラス java.lang.Object から継承したメソッド
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodSignature

public MethodSignature(Method method)
メソッドの詳細

getMethodName

public String getMethodName()

getArgTypes

public Class[] getArgTypes()

equals

public boolean equals(Object obj)

hashCode

public int hashCode()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.