public StaticConstructor parseStaticConstructor()
Parses a StaticConstructor
staticConstructor:
   'static' 'this' '(' ')' functionBody
   ;