()
| 111 | |
| 112 | |
| 113 | @Override |
| 114 | public String toString() { |
| 115 | return "(" + getShortForm() + |
| 116 | ',' + position + |
| 117 | ')'; |
| 118 | } |
| 119 | |
| 120 | public boolean sameType(PieceType pieceType) { |
| 121 | return pieceType == this.pieceType; |
nothing calls this directly
no test coverage detected