Uses of Class
net.japanesechess.record.Tokens

Packages that use Tokens
net.japanesechess.record   
net.japanesechess.util   
 

Uses of Tokens in net.japanesechess.record
 

Fields in net.japanesechess.record declared as Tokens
private  Tokens ShogiPly.token
           
 

Methods in net.japanesechess.record that return Tokens
 Tokens ShogiPly.getToken()
           
 Tokens Tokens.intToToken(int iVal)
           
static Tokens Tokens.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Tokens[] Tokens.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in net.japanesechess.record with parameters of type Tokens
 void ShogiPly.setToken(Tokens token)
           
 

Uses of Tokens in net.japanesechess.util
 

Methods in net.japanesechess.util that return Tokens
static Tokens BoardPackUtil.stringToToken(java.lang.String t)
           
 

Methods in net.japanesechess.util with parameters of type Tokens
private  byte[] PlyBoardFactory.drop(Tokens token, java.lang.String toSquare)
           
static boolean[][] BoardPackUtil.getTokenPositionsOnBoard(byte[] board, Handicap handicap, Tokens token, boolean black)
          Returns values true in indices that contain white tokens.
private  byte[] PlyBoardFactory.moveToken(Tokens token, java.lang.String toSquare)
           
private  byte[] PlyBoardFactory.moveToken(Tokens token, java.lang.String toSquare, int fromCol)
           
private  byte[] PlyBoardFactory.moveToken(Tokens token, java.lang.String toSquare, int fromCol, java.lang.String fromRow)
           
private  byte[] PlyBoardFactory.moveToken(Tokens token, java.lang.String toSquare, java.lang.String fromRow)
           
private  byte[] PlyBoardFactory.tokenCaptures(Tokens token)
          Uses previous ply's x2 and y2 as x2 and y2 for this move.
private  byte[] PlyBoardFactory.tokenCaptures(Tokens token, int col)
          Uses previous ply's x2 and y2 as x2 and y2 for this move.
private  byte[] PlyBoardFactory.tokenCaptures(Tokens token, int col, java.lang.String row)
          Uses previous ply's x2 and y2 as x2 and y2 for this move.
private  byte[] PlyBoardFactory.tokenCaptures(Tokens token, java.lang.String row)
          Uses previous ply's x2 and y2 as x2 and y2 for this move.