jp.liq.container.util
クラス MethodFinder<T>

java.lang.Object
  上位を拡張 jp.liq.container.util.MemberFinder<MethodWrapper,T,MethodFinder<T>>
      上位を拡張 jp.liq.container.util.MethodFinder<T>
すべての実装されたインタフェース:
java.lang.Iterable<MethodWrapper>

public class MethodFinder<T>
extends MemberFinder<MethodWrapper,T,MethodFinder<T>>

あるクラスが保持するメソッドの中から、 条件にマッチするものを順に返す Iterable です。

作成者:
nose

コンストラクタの概要
MethodFinder(java.lang.Class<T> ownerClass)
          このクラスの新しいインスタンスを構築します。
 
メソッドの概要
protected  MethodFinder<T> getThis()
          thisを返す。
 
クラス jp.liq.container.util.MemberFinder から継承されたメソッド
addCandidate, getOwnerClass, iterator, withAnnotation, withModifier, withPrefix
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

MethodFinder

public MethodFinder(java.lang.Class<T> ownerClass)
このクラスの新しいインスタンスを構築します。

パラメータ:
ownerClass - メソッドを保持するクラス。
メソッドの詳細

getThis

protected MethodFinder<T> getThis()
クラス MemberFinder の記述:
thisを返す。

定義:
クラス MemberFinder<MethodWrapper,T,MethodFinder<T>> 内の getThis
戻り値:


Copyright © 2007 NTT DATA INTELLILINK CORPORATION. All Rights Reserved.