Function Parser.parseSharedStaticConstructor

Parses a SharedStaticConstructor

SharedStaticConstructor parseSharedStaticConstructor();

sharedStaticConstructor: 'shared' 'static' 'this' '(' ')' memberFunctionAttribute* (functionBody | ";") ;