public StaticDestructor parseStaticDestructor()
Parses a StaticDestructor
staticDestructor:
   'static' '~' 'this' '(' ')' functionBody
   ;