Variable Token.intvalue

struct Token
{
  // ...
  int intvalue;
  // ...
}