Variable VariableDeclaration.type

class VariableDeclaration
{
  // ...
  Type type;
  // ...
}