public AtAttribute parseAtAttribute()
Parses an AtAttribute
atAttribute:
   '@' (Identifier | '(' argumentList ')' | functionCallExpression)
   ;