Uses of Class
net.japanesechess.record.TokenTypes

Packages that use TokenTypes
net.japanesechess.record   
 

Uses of TokenTypes in net.japanesechess.record
 

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