Class SanParseResult
java.lang.Object
io.github.wolfraam.chessgame.notation.san.SanParseResult
The result of parsing a SAN move.
-
Field Summary
FieldsModifier and TypeFieldDescriptionbooleanboolean -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
disambiguationFile
-
disambiguationRow
-
isKingSideCastle
public boolean isKingSideCastle -
isQueenSideCastle
public boolean isQueenSideCastle -
pieceType
-
promotionPiece
-
targetSquare
-
-
Constructor Details
-
SanParseResult
public SanParseResult()
-