class AS_STR_LIT_EXPR < $AS_EXPR
****
A string literal expression.


Flattened version is here

Ancestors
$AS_EXPR $NEXT{_} $AS_NODE $PROG_ERR
AS_EXPR AS_NODE



Public


Readable Attributes
attr s:STR;
**** String form of the literal.

Writable Attributes
attr s:STR;
**** String form of the literal.

Features