Parses an variable declarations
Node\VariableDeclarator[]|null
protected function parseVariableDeclarationList() { return $this->charSeparatedListOf("parseVariableDeclaration"); }