public Destructor parseDestructor()
Parses a Destructor
destructor:
   '~' 'this' '(' ')' memberFunctionAttribute* (functionBody | ';')
   ;