|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objectlib.shogi.Kyokumen.RollbackEntry
private static class Kyokumen.RollbackEntry
一手分のロールバック情報を保持するエントリー。
フィールドの概要 | |
---|---|
int |
postMasuInfo
移動後のマス情報。 |
int |
postX
移動後の筋。 |
int |
postY
移動後の段。 |
int |
preKomaInfo
移動前の駒情報。 |
int |
preX
移動前の筋。 |
int |
preY
移動前の段。 |
コンストラクタの概要 | |
---|---|
Kyokumen.RollbackEntry(int preX,
int preY,
int preKomaInfo,
int postX,
int postY,
int postMasuInfo)
各種情報を指定して、新しいインスタンスを生成する。 |
メソッドの概要 | |
---|---|
java.lang.String |
toString()
|
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
フィールドの詳細 |
---|
public final int preX
public final int preY
public final int preKomaInfo
public final int postX
public final int postY
public final int postMasuInfo
コンストラクタの詳細 |
---|
public Kyokumen.RollbackEntry(int preX, int preY, int preKomaInfo, int postX, int postY, int postMasuInfo)
preX
- 移動前の筋。preY
- 移動前の段。preKomaInfo
- 移動前の駒情報。postX
- 移動後の筋。postY
- 移動後の段。postMasuInfo
- 移動後のマス情報。メソッドの詳細 |
---|
public java.lang.String toString()
java.lang.Object
内の toString
|
|||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |