Variable TokenStructure.type

The token type.

struct TokenStructure
{
  // ...
  IdType type;
  // ...
}