public SharedStaticDestructor parseSharedStaticDestructor()
Parses a SharedStaticDestructor
sharedStaticDestructor:
   'shared' 'static' '~' 'this' '(' ')' functionBody
   ;