|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||
java.lang.Objectjp.liq.container.util.AbstractFinder<T,S>
jp.liq.container.reflect.MemberFinder<ObjectMethod,ObjectMethodFinder>
jp.liq.container.reflect.ObjectMethodFinder
public class ObjectMethodFinder
あるオブジェクトが保持するメソッドの中から、 指定された条件にマッチするものを順に返す、Iterable の実装です。
| コンストラクタの概要 | |
|---|---|
ObjectMethodFinder(java.lang.Object target)
このクラスのインスタンスを構築します。 |
|
| メソッドの概要 | |
|---|---|
protected java.util.Iterator<ObjectMethod> |
getCandidates()
|
protected ObjectMethodFinder |
getThis()
thisを返します。 |
| クラス jp.liq.container.reflect.MemberFinder から継承されたメソッド |
|---|
withAnnotation, withModifier, withPrefix |
| クラス jp.liq.container.util.AbstractFinder から継承されたメソッド |
|---|
addMatcher, iterator |
| クラス java.lang.Object から継承されたメソッド |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| インタフェース java.lang.Iterable から継承されたメソッド |
|---|
iterator |
| コンストラクタの詳細 |
|---|
public ObjectMethodFinder(java.lang.Object target)
target - 対象オブジェクト| メソッドの詳細 |
|---|
protected ObjectMethodFinder getThis()
AbstractFinder の記述:
AbstractFinder<ObjectMethod,ObjectMethodFinder> 内の getThisAbstractFinder.getThis()protected java.util.Iterator<ObjectMethod> getCandidates()
AbstractFinder<ObjectMethod,ObjectMethodFinder> 内の getCandidates
|
||||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | |||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | |||||||||