|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectjp.liq.container.util.MemberFinder<MethodWrapper,T,MethodFinder<T>>
jp.liq.container.util.MethodFinder<T>
public class MethodFinder<T>
あるクラスが保持するメソッドの中から、 条件にマッチするものを順に返す Iterable です。
コンストラクタの概要 | |
---|---|
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 |
コンストラクタの詳細 |
---|
public MethodFinder(java.lang.Class<T> ownerClass)
ownerClass
- メソッドを保持するクラス。メソッドの詳細 |
---|
protected MethodFinder<T> getThis()
MemberFinder
の記述:
MemberFinder<MethodWrapper,T,MethodFinder<T>>
内の getThis
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |