|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectbodybuilder.inspector.ObjectBackTrace
オブジェクトバックトレース
コンストラクタの概要 | |
ObjectBackTrace()
|
メソッドの概要 | |
void |
append(java.lang.Object object)
オブジェクトの情報を追加する。 |
void |
appendIndex(int index)
インデックスを追加する。 |
void |
appendKey(java.lang.Object key)
キーインデックスを追加する。 |
void |
appendKey(java.lang.Object key,
java.lang.String suffix)
キーインデックスを追加する。 |
void |
indent()
インデントする。 |
void |
unindent()
アンインデントする。 |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
public ObjectBackTrace()
メソッドの詳細 |
public void indent()
public void unindent()
public void append(java.lang.Object object)
object
- オブジェクトpublic void appendIndex(int index)
index
- インデックスpublic void appendKey(java.lang.Object key)
key
- キーpublic void appendKey(java.lang.Object key, java.lang.String suffix)
key
- キーsuffix
- サフィックス
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |