A String literal is a token, which represents a string constant.
StringLiteral ::= " SLBody " SLBody ::= $empty | SLBody NotDQ NotDQ -> Any printable ASCII character other then "
Defined In: Token