public ArrayLiteral parseArrayLiteral()
Parses an ArrayLiteral.
arrayLiteral:
   '[' argumentList? ']'
   ;