public IdType parseParameterAttribute(bool validate = false)
Parses a ParameterAttribute
parameterAttribute:
     typeConstructor
   | 'final'
   | 'in'
   | 'lazy'
   | 'out'
   | 'ref'
   | 'scope'
   | 'auto'
   ;