public StaticIfCondition parseStaticIfCondition()
Parses an StaticIfCondition
staticIfCondition:
   'static' 'if' '(' assignExpression ')'
   ;