public SharedStaticConstructor parseSharedStaticConstructor()
Parses a SharedStaticConstructor
sharedStaticConstructor:
   'shared' 'static' 'this' '(' ')' functionBody
   ;