public StaticAssertStatement parseStaticAssertStatement()
Parses a StaticAssertStatement
staticAssertStatement:
   'static' assertExpression ';'
   ;